document.write( "Question 761992: The sum of the ages of Petra and her mother is 47. Her mother is 14 years more than twice as old as Petra. How old are Petra and her mother?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help with this word problem. \n" );
document.write( "
Algebra.Com's Answer #463632 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Mother = x \n" ); document.write( "Petra = y \n" ); document.write( "x + y = 47 ...1 \n" ); document.write( "Mother = 14 years older than twice as old as Petra \n" ); document.write( " x = 14 + 2y \n" ); document.write( "Substitute in (1) \n" ); document.write( "x + y = 47 \n" ); document.write( "(14 + 2y) + y = 47 \n" ); document.write( " 14 + 3y = 47 \n" ); document.write( " 3y = 47 - 14 \n" ); document.write( " 3y = 33 \n" ); document.write( " y = 11 \n" ); document.write( "Petra = y = 11 years old \n" ); document.write( "Mother = 14 + 2y = 36 years old \n" ); document.write( " 36 + 11 = 47. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |