document.write( "Question 1174227: Given that y varies directly with the cube of x, and y=250 when x=5, find:
\n" );
document.write( "a) y when x=8
\n" );
document.write( "b) x when y= 128 \n" );
document.write( "
Algebra.Com's Answer #799629 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given that y varies directly with the cube of x, and y=250 when x=5, find: \n" ); document.write( "------- \n" ); document.write( "y = kx^3 \n" ); document.write( "--- \n" ); document.write( "250 = k*5^3 = 125k \n" ); document.write( "k = 2 \n" ); document.write( "-------------------- \n" ); document.write( "y = 2x^3 \n" ); document.write( "a) y when x=8 \n" ); document.write( "b) x when y= 128 \n" ); document.write( " |