document.write( "Question 609677: Y varies directly as x and inversely as the square of z. y=10 when x=80 and z =4. Find y when x=44 and z=2 \n" ); document.write( "
Algebra.Com's Answer #383881 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Y varies directly as x and inversely as the square of z. y=10 when x=80 and z =4. Find y when x=44 and z=2 \n" ); document.write( "----- \n" ); document.write( "y = kx/z^2 \n" ); document.write( "Solve for \"k\" using y=10, x=80, and z = 4 \n" ); document.write( "10 = k*80/4^2 \n" ); document.write( "10 = 5k \n" ); document.write( "k = 2 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "y = 2x/z^2 \n" ); document.write( "---- \n" ); document.write( "Find y when x=44 and z=2 \n" ); document.write( "y = 2*44/2^2 \n" ); document.write( "------- \n" ); document.write( "y = 22 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |