document.write( "Question 4160: 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 #1847 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You can write this variation as: x = ks^2/t (k is the proportionality constant) \n" ); document.write( "Now if you double s (2s), you'll have: \n" ); document.write( " x = k(2s)^2/t = 4ks^2/t or exactly 4 times as much.\r \n" ); document.write( "\n" ); document.write( "If you double both s (2s) and t (2t), you'll have: \n" ); document.write( " x = k(2s)^2/2t = 4ks^2/2t = 2ks^2/t or exactly twice as much.\r \n" ); document.write( "\n" ); document.write( "So, when s is doubled, x is quadrupled. \n" ); document.write( "and when both s and t are doubled, x is doubled. \n" ); document.write( " |