document.write( "Question 790469: Sandy was 25 years old when her son was born. Her present age is 7 years less than
\n" );
document.write( "three times her son's present age. How old is Sandy now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #479155 by CarolBuckeye(1)![]() ![]() ![]() You can put this solution on YOUR website! Assume Sandy is x years old now. Then her son would be x-25 years old. \n" ); document.write( "Since Sandy's present age is 7 years less than three times her son's present age, we have x+7=3*(x-25) => x+7=3x-75 => 2x=82 => x=41\r \n" ); document.write( "\n" ); document.write( "So Sandy is 41 years old.\r \n" ); document.write( "\n" ); document.write( "Check answer: Her son is 41-25=16 years old. 16*3=48, 48-8=41. Correct \n" ); document.write( " |