A gardener planted the mangoes trees in a mathematical ordered way (i.e. he planted tree in rows).
He created total of 19 rows of trees.
Note: There should be more than 2 trees to count as a row.
What is the minimum number of trees required by the gardener to have 19 rows of trees ?
Warning: Use of undefined constant bfa_comments - assumed 'bfa_comments' (this will throw an Error in a future version of PHP) in /home/customer/www/riddledude.com/public_html/wp-content/themes/atahualpa/comments.php on line 132
seven trees will make 19 rows (17 rows of 2 each and 2 rows of 3 each) I can’t figure out any lesser number.
1 1 1
1 1 1 1
1 1 1 1 1
1 1 1 1
1 1 1
a formation like the above will have 19 trees & 18 rows. (5 + 5) diagonal rows, 5 horizontal rows & 3 vertical rows = 18 rows. Will thin of creating 19 rows. To create 19 trees he may require a minimum of 19 trees.