document.write( "Question 977269: Mrs. A has four children, namely, P, Q, R, and S. Q is currently twice the age of S. Two years ago, P was twice the age of R. Four years ago, Q was twice the age of R. Two years from now, P would be twice the age of S. Three years ago, R was twice the age of S. Mrs. A current age is the sum of her children's current age.
\n" );
document.write( "What are the current ages of Mrs. A and her children P, Q, R, & S.
\n" );
document.write( "Need help to form the equation to solve the problem.\r
\n" );
document.write( "\n" );
document.write( "Answer
\n" );
document.write( "p 12
\n" );
document.write( "q 10
\n" );
document.write( "r 7
\n" );
document.write( "s 5
\n" );
document.write( "A 34\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #598805 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Mrs. A has four children, namely, P, Q, R, and S. \n" ); document.write( ": \n" ); document.write( "write an equation for each statement, simplify as much as possible \n" ); document.write( "Q is currently twice the age of S. \n" ); document.write( "q = 2s \n" ); document.write( " Two years ago, P was twice the age of R. \n" ); document.write( "p - 2 = 2(r-2) \n" ); document.write( "p - 2 = 2r - 4 \n" ); document.write( "p = 2r - 4 + 2 \n" ); document.write( "p = 2r - 2 \n" ); document.write( " Four years ago, Q was twice the age of R. \n" ); document.write( "q - 4 = 2(r-4) \n" ); document.write( "q - 4 = 2r - 8 \n" ); document.write( "q = 2r - 8 + 4 \n" ); document.write( "q = 2r - 4 \n" ); document.write( " Two years from now, P would be twice the age of S. \n" ); document.write( "p + 2 = 2(s+2) \n" ); document.write( "p + 2 = 2s + 4 \n" ); document.write( "p = 2s + 4 - 2 \n" ); document.write( "p = 2s + 2 \n" ); document.write( " Three years ago, R was twice the age of S. \n" ); document.write( "r - 3 = 2(s-3) \n" ); document.write( "r - 3 = 2s - 6 \n" ); document.write( "r = 2s - 6 + 3 \n" ); document.write( "r = 2s - 3 \n" ); document.write( "Convert to s in terms r \n" ); document.write( "-2s = -r - 3 \n" ); document.write( "same as \n" ); document.write( "2s = r + 3 \n" ); document.write( "s = \n" ); document.write( "we also know that q = (2r-4) \n" ); document.write( "Back to the 1st equation q = 2s, replace s and q \n" ); document.write( "2r+4 = 2( \n" ); document.write( "Cancel 2 \n" ); document.write( "2r - 4 = r + 3 \n" ); document.write( "2r - r = 3 + 4 \n" ); document.write( "r = 7 \n" ); document.write( "now you can replace r with 7 in the following equations and complete the problem \n" ); document.write( "p = 2r - 2 \n" ); document.write( "q = 2r - 4 \n" ); document.write( "s = \n" ); document.write( ": \n" ); document.write( " Mrs. A current age is the sum of her children's current age. \n" ); document.write( "A = p + q + r + s \n" ); document.write( "What are the current ages of Mrs. A and her children P, Q, R, & S. \n" ); document.write( " |