document.write( "Question 1200591: If p=6q-r and t=3q+r , find p in terms of r and t .\r
\n" );
document.write( "\n" );
document.write( "What I did :
\n" );
document.write( "I first did r subject of formula:
\n" );
document.write( "3q+r=t
\n" );
document.write( "r=t-3q
\n" );
document.write( "Then I substituted the r in the other equation :
\n" );
document.write( "p=6q-(t-3q)
\n" );
document.write( "p=6q-t+3q
\n" );
document.write( "p=9q-t
\n" );
document.write( "But the correct answer is :p=2t-3r, how is this supposed to be worked out please? \n" );
document.write( "
Algebra.Com's Answer #834766 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The given information shows p and t in terms of q and r, and it asks for p in terms of r and t. That means you need to eliminate q. \n" ); document.write( "You eliminated p to get p in terms of q and t. You did that correctly -- but it was not what the question asked for. \n" ); document.write( "The given equations are \n" ); document.write( "p = 6q - r \n" ); document.write( "t = 3q + r \n" ); document.write( "By standard algebraic processes, to eliminate q you could solve one of the equations for q and substitute in the other equation. \n" ); document.write( "But seeing that one equation has \"6q\" and the other has \"3q\", you can do the elimination more easily. \n" ); document.write( "Multiply the second equation by 2 so that both equations have \"6q\": \n" ); document.write( "p = 6q - r \n" ); document.write( "2t = 6q + 2r \n" ); document.write( "Now solve one of the equations for \"6q\" and substitute the expression for 6q in the other equation. \n" ); document.write( "6q = p + r \n" ); document.write( "2t = (p+r)+2r = p + 3r \n" ); document.write( "And then solve for p \n" ); document.write( "2t = p + 3r \n" ); document.write( "p = 2t-3r \n" ); document.write( " \n" ); document.write( " |