document.write( "Question 1006629: Translate each statement into a mathematical statement. Use k as the constant of variation:
\n" );
document.write( "1. M varies jointly as p and q.
\n" );
document.write( "2. Y varies directly as x and inversely as the square of z.
\n" );
document.write( "3. The time required to travel is directly proportional to the temperature and inversely proportional to the pressure P.
\n" );
document.write( "4. The heat H produced by an electric lamp varies jointly as the resistance R and the square of the current C. \n" );
document.write( "
Algebra.Com's Answer #622750 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "1. M varies jointly as p and q. \n" ); document.write( "M = kpq \n" ); document.write( "2. Y varies directly as x and inversely as the square of z. \n" ); document.write( "Y = kx/z^2 \n" ); document.write( "3. The time required to travel is directly proportional to the temperature and inversely proportional to the pressure P. \n" ); document.write( "t = kT/P \n" ); document.write( "4. The heat H produced by an electric lamp varies jointly as the resistance R and the square of the current C. \n" ); document.write( "H = kRC^2 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |