document.write( "Question 40926: iF x varies inversely as y^2 and x=3 when y=24, find x when y=6 \n" ); document.write( "
Algebra.Com's Answer #26333 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If x varies inversely as y^2, we write that relationship as \n" ); document.write( "x = k / y^2 \n" ); document.write( "Now plug in the original data to find the k... \n" ); document.write( "3 = k / 24^2 \n" ); document.write( "k = 3 * 576 = 1728 \n" ); document.write( "Now rewrite the relationship, using this k and the new data to find x... \n" ); document.write( "x = 1728 / y^2 \n" ); document.write( "x = 1728 / 6^2 \n" ); document.write( "x = 1728 / 36 \n" ); document.write( "x = 48 \n" ); document.write( " |