+0  
 
+2
724
3
avatar+110 

Jax bought exactly enough trees to plant eight equal rows. Then one tree died and couldn't be planted, but he still had enough trees left to plant exactly nine equal rows. After that, a tree was stolen, but he still had enough trees left to plant exactly ten equal rows. If he bought the least number of trees satisfying these three conditions, how many trees did he buy?

off-topic
 Mar 3, 2020
edited by brianlaw  Mar 3, 2020
 #1
avatar+36915 
+1

By brute force I find 352 trees

 

I started with multiples of 8 that were 2 more than a multiple of 10 .....then tried subtracting one to see if 9 would divide evenly.

 Mar 3, 2020
 #2
avatar+128075 
+1

Thanks, EP....!!!!

 

I contributed another "brute force"  answer, here :

 

https://web2.0calc.com/questions/help_60200

 

And   GA  contributes a  more  "mathematical" answer, here :

 

https://web2.0calc.com/questions/nice-question

 

I might  have  missed  some other answerers   [ sorry  !!!  ]

 

 

cool cool cool

 Mar 3, 2020
 #3
avatar
+1

n mod 8 =0
n mod 9 =1
n mod 10 =2

The LCM of 8/2, 9, 10/2 =180

Using "Chinese Remainder Theorem + Modular Multiplicative Inverse"
180  +  172 = 352 minimum number of trees

 Mar 3, 2020

6 Online Users

avatar
avatar
avatar
avatar