A positive number when squared becomes 8 times another number.
And when the first number is cubed it becomes 32 times the other number.
What is the smallest possible value of such two numbers. Give the product of the two numbers.
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.
Nice and tidy solution :)
Log in to reply
I grow curious, what if both were 0. XD. Then, all the conditions are satisfied. LOL
Log in to reply
0 is not a positive number
Ha ha ha right !
x = first number
y = other number
From the problem, we have
x 2 = 8 y ( 1 )
x 3 = 3 2 y ( 2 )
Divide (2) by (1) ⟹ x = 4
Solve for y by substituting 4 to x in any of the equations ⟹ y = 2
Their product is ( 2 ) ( 4 ) = 8
Problem Loading...
Note Loading...
Set Loading...
x^2 = 8*y
x^3 = 32*y
Eqn 2 / Eqn 1 gives x = 4 which means y = 2
Product = 4 * 2 = 8