+0  
 
+1
2028
9
avatar+884 

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?

 Feb 6, 2018
 #1
avatar+118609 
+1

He bought 712 trees. 

712/8=89

711/9=79

710/10=71

 

Well guest has shown me tht he did not need that many trees  

Good answer guest :)

 Feb 6, 2018
edited by Melody  Feb 6, 2018
edited by Melody  Feb 6, 2018
 #2
avatar
+2

The LCM of [8, 9, 10] = 360

360 - 8 =352 trees Jax bought

352/8 =44 trees

351/9=39 trees

350/10=35 trees.

 Feb 6, 2018
edited by Guest  Feb 6, 2018
 #3
avatar+118609 
0

Could you please explain your logic?

Why did you subtract 8 from 360?

Melody  Feb 6, 2018
edited by Melody  Feb 6, 2018
 #4
avatar
+3

Melody: I wanted a number that was less than the LCM of 360, and that was divisible EVENLY by 8 and that ended in 2. Also, quickly realized that 352 - 1 =351 is divisible EVENLY by 9 since 3+5+1 =9. And finally, realized that 351 - 1=350 which is also divisible by 10 EVENLY !!.

 Feb 6, 2018
edited by Guest  Feb 6, 2018
 #5
avatar+118609 
0

ok thanks, I will think about it some more.

I did it as simultaneous, diophantine equation. :/

Melody  Feb 6, 2018
edited by Melody  Feb 6, 2018
 #7
avatar+2440 
0

Typical Mr. BB BS!

An intuited solution with no explanations.

 

Followed by an explanation of fluff and blarney— borderline useless!

GingerAle  Feb 6, 2018
 #6
avatar+2440 
+4

Solve this by setting up a system of modular equations.

 

\(\begin{array}{rcll} n &\equiv& {\color{red}0} \pmod {{\color{green}8}} \\ n &\equiv& {\color{red}1} \pmod {{\color{green}9}} \\ n &\equiv& {\color{red}2} \pmod {{\color{green}10}} \\ \text{Set } m &=& 8\cdot 9\cdot 10 = 720 \\ \end{array}\)

 

The first product zero— included as a formality.

 Eurler totients calculated from non-prime numbers.

 

 

\(\small{ \begin{array}{l} n = {\color{red}0} \cdot {\color{green}9\cdot 10} \cdot \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ [ { (\color{green}9 \cdot 10) }^{\varphi({\color{green}8}) -1 } \pmod {{\color{green}8}} ] }_{=\text{modulo inverse }(9\cdot 10) \mod 8 } }_{=(9\cdot 10)^{4-1} \mod {8}} }_{=(9\cdot 10)^{3} \mod {8}} }_{=(90\pmod{8})^{3} \mod {8}} }_{=(2)^{3} \mod {8}} }_{= 0} + {\color{red}1} \cdot {\color{green}8\cdot 10} \cdot \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ [ { (\color{green}8\cdot 10) }^{\varphi({\color{green}9}) -1} \pmod {{\color{green}9}} ] }_{=\text{modulo inverse } (8\cdot 10) \mod {9}} }_{=(8\cdot 10)^{6-1} \mod {9}} }_{=(8\cdot 10)^{5} \mod {9}} }_{=(80\pmod{9})^{5} \mod {9}} }_{=(8)^{5} \mod {9}} }_{=8} + {\color{red}2} \cdot {\color{green}8\cdot 9} \cdot \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ \underbrace{ [ { (\color{green}8\cdot 9) }^{\varphi({\color{green}10}) -1 } \pmod {{\color{green}10}} ] }_{=\text{modulo inverse } (8\cdot 9) \mod 10 } }_{=(8\cdot 9)^{4-1} \mod { 10}} }_{=(8\cdot 9)^{3} \mod {10}} }_{=(72\pmod{10})^{3} \mod {10}} }_{=(2)^{3} \mod {10}} }_{=8}\\ \\ n = {\color{red}0} \cdot {\color{green}9\cdot 10} \cdot [0] + {\color{red}1} \cdot {\color{green}8\cdot 10} \cdot [8] + {\color{red}2} \cdot {\color{green}8\cdot 9} \cdot [8] \\ n = 0+ 640 + 1152 \\ n = 1792 \\\\ n \pmod {m}\\ = 1792 \pmod {720} \\ = 352 \\ \mathbf{n_{min}} \mathbf{=} \mathbf{352} \end{array} } \)

 Feb 6, 2018
 #8
avatar+118609 
+2

Thanks Ginger,

I certainly like the way your working begins but I haven't worked out this Euler's totient yet.

I'll just take your word for it.  :)

 

You should not be so critical of our guest.

There is nothing wrong with good intuition and sometimes the thought processes are very hard to explain.

Melody  Feb 6, 2018
 #9
avatar+2440 
0

My criticism isn’t because of his intuition. It’s because of his lack of an explanation or the  fluff and blarney he uses in its stead.  His explanation of reasoning does not extend to similar problems nor does it really explain the solution method for this exact problem.

 

All mathamations develop evolving intuition in solving problems. This usually develops as the students learn the algorithms and rote formulas for solutions. For most, mathematics starts with “Ours is not to know the reason why, it’s to invert the divisor and multiply.”

 

While Mr. BB appears to have an intuition to solve this and other related modulo problems, his explanations never convey any substance for reason, nor foundation for a rote formula that is useful to anyone.

 

A case in point. You have a degree in mathematics and decades of practiced skill. You have a level intuition that far exceeds the vast majority of college students and most graduates. Yet, Mr. BB’s explanation didn’t trigger much, if any, understanding for the nature of the problem or its solution. If this doesn’t float any part of your banana boat, then no one has a prayer to the banana goddess of hope for any understanding.   

 

Though his comments may be true, they are only true by tautology. They are not very useful for this particular problem, and they are useless for any related problem.  No one learns anything from Mr. BB’s Blarney, except how to become a Blarney Master.  He is one too. . . . One of the best I’ve seen.indecision

 

 

 

GA

GingerAle  Feb 7, 2018

1 Online Users

avatar