.
If 8x=3y=7z, find x:y:z
~~~~~~~~~~~~~~~
The solution by @josgarithmetic is incorrect,
and his answer " x:y:z is 9:24:56 " is incorrect, too.
I came to bring you a correct solution with full explanation.
You are given 8x = 3y = 7z. Let introduce special designation " N " for this number,
so we have N = 8x = 3y = 7z. (1)
From (1), we have
x = , y = , z = . (2)
To have x, y and z integer numbers, take
N = Least Common Multiple of numbers 8, 3 and 7, so N = LCM(8,3,7) = 8*3*7 = 168.
Then from (2)
x = = 21; y = = 56; z = = 24.
Therefore, x : y : z = 21 : 56 : 24. ANSWER
You may check it by making multiplications 8*21 = 3*56 = 7*24 = 168.
Instead of 168, you can take for number N any other value -
you will get then other individual values x, y and z,
but the reduced proportion x:y:z of three terms (in integer numbers) will not change : - it will remain the same.
Solved correctly and fully explained.