document.write( "Question 321958: Please help me solve this word problem, thanks:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Mary is 3 times as old as her son. In 12 years Mary's age will be one year less than twice her sons age. How old is Mary? \n" );
document.write( "
Algebra.Com's Answer #230475 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let son's age be x \n" ); document.write( "Mary's age = 3x \n" ); document.write( ".. \n" ); document.write( "12 years later \n" ); document.write( "son will be x+12 \n" ); document.write( "Mary will be 3x+12 \n" ); document.write( ".. \n" ); document.write( "3x+12 = 2(x+12)-1 \n" ); document.write( "3x+12=2x+24-1 \n" ); document.write( "3x-2x=24-12-1 \n" ); document.write( "x=11 --- son's age \n" ); document.write( "Mary's age = 3*11 = 33 years \n" ); document.write( " |