document.write( "Question 128727: x varies directly as the square of s and inversely as t. how does x change when s is doubled? when both s and t are doubled? \n" ); document.write( "
Algebra.Com's Answer #94168 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x varies directly as the square of s and inversely as t. \n" ); document.write( "EQUATION: \n" ); document.write( "x = k[s^2/t] \n" ); document.write( "-----------------\r \n" ); document.write( "\n" ); document.write( "how does x change when s is doubled? \n" ); document.write( "x = k[(2s)^2/t] \n" ); document.write( "x = k[4s^2/t] \n" ); document.write( "x = 4[k(s^2/t)] \n" ); document.write( "-------- \n" ); document.write( "x gets multiplied by 4 \n" ); document.write( "===============\r \n" ); document.write( "\n" ); document.write( "when both s and t are doubled? \n" ); document.write( "x = k[(2s)^2/(2t)] \n" ); document.write( "x = k[4s^2/2t] \n" ); document.write( "x = k[2s^2/t] \n" ); document.write( "x = 2[ks^2/t] \n" ); document.write( "---------- \n" ); document.write( "x gets mltiplied by 2 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |