document.write( "Question 100765: Serina is 9 years old. Her mom is 39 years old. In how many years will her mother be 3 times as old as Serena?\r
\n" );
document.write( "\n" );
document.write( "9 + 39 = 3x (9+39)
\n" );
document.write( "48 = 27x + 117x
\n" );
document.write( "48 = 144x
\n" );
document.write( "x = 3 but it should be 6 what did I do wrong? \n" );
document.write( "
Algebra.Com's Answer #73378 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x be the numer of years. \n" ); document.write( " \n" ); document.write( "39+x=3(9+x) multiply both sides times the denominator. \n" ); document.write( "39+x=27+3x \n" ); document.write( "2x=12 subtract x and 27 from each side. \n" ); document.write( "x=6 divide 2 into each side. \n" ); document.write( "Check: \n" ); document.write( "39+6=45 \n" ); document.write( "9+6=15 \n" ); document.write( "45/15=3 \n" ); document.write( "Ed \n" ); document.write( " |