If x, y, and z are positive integers and 4x=5y=9z, then what is the least possible value of x+y+z?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Kevin Li I also did by the same method. ð
The L C D of 4 , 5 , 9 is 1 8 0 . Just divide 1 8 0 by the the three numbers to get x , y , z and add them.
4 x = 5 y = 9 z
x, y, and z are positive integers.
â¹ x = 4 5 , y = 3 6 , z = 2 0
â¹ x + y + z = 1 0 1 â
If 4x=5y=9z we must find the smallest possible number divisible by 4,5&9
LCM(4,5,9)=180
180=4x=5y=9z. So (x,y,z)=(45,36,20)
x+y+z=101
To get the minimum values of x, y, and z, we need to find the LCM of 4, 5 and 9. Now LCM of 4, 5 and 9 is 180 Therefore x= 180÷4=45 y= 180÷5=36 And. z=180÷9=20 Therefore minimum sum of x, y and z is 101.
Problem Loading...
Note Loading...
Set Loading...
We will first call n. n=4x=5y=9z To find the least possible value, we must find the least possible value of n, which is the least common multiple of 4, 5, and 9, which is 180. Therefore, we get 180=4x=5y=9z. Therefore, x=45, y=36, and z=20. 45+36+20=101 Therefore, the least possible value of x+y+z is 101.