document.write( "Question 374269: If y varies as x cubed, what must be the value of x if the value of y is to be doubled? \n" ); document.write( "
Algebra.Com's Answer #266360 by Jk22(389)![]() ![]() You can put this solution on YOUR website! If y varies as x cubed, then we have : y(x)=x^3 \n" ); document.write( " \n" ); document.write( "let double y, and find the new value of x called x' : y'(x) = 2y(x) = x'^3, \n" ); document.write( " \n" ); document.write( "x' = (2y(x))^(1/3) = 2^(1/3)(x^3)^(1/3) = 2^(1/3)x, \n" ); document.write( " \n" ); document.write( " hence x has to be multiplied by the 3rd-root of two, or by 2^(1/3) \n" ); document.write( " |