document.write( "Question 36918: 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 #22708 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! if x varies inversely as y^2, \n" ); document.write( "THAT IS ......X=K/Y^2....WHERE K IS A CONSTANT TO BE FOUND OUT. \n" ); document.write( " and x=3 when y=24, \n" ); document.write( "SO .....3=K/24^2 \n" ); document.write( "K=3*24^2=3*24*24 \n" ); document.write( "HENCE.....X=3*24*24/Y^2 \n" ); document.write( " find x when y=6 \n" ); document.write( "X=3*24*24/6*6=48 \n" ); document.write( "X=48 \n" ); document.write( " |