document.write( "Question 1149808: Carmen is 14 years older than Sarah.
\n" );
document.write( "Five years ago, Carmen was three times as old is Sarah was then. \n" );
document.write( "
Algebra.Com's Answer #771154 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Sarah is x Carmen is x+14 \n" ); document.write( "five years ago, they were x-5 and x+9 \n" ); document.write( "3(x-5)=x+9 \n" ); document.write( "3x-15=x+9 \n" ); document.write( "2x=24 \n" ); document.write( "x=12 \n" ); document.write( "Sarah is 12, Carmen is 26 \n" ); document.write( "five years ago, they were 7 and 21 respectively. \n" ); document.write( " \n" ); document.write( " |