document.write( "Question 1059743: John is six times as old as his little sister Anna. In twelve years,John will be twice as old as Anna. How old is John now ? Okay this is just an example of what I'm having to do and it shows the following.
\n" );
document.write( "6x + 12=2(x+12)
\n" );
document.write( "6x+12=2x+24
\n" );
document.write( "4x=12
\n" );
document.write( "X=3
\n" );
document.write( "So the question is I'm not understanding how they came about getting 4x=12 or even 6x+12=2x+24? \n" );
document.write( "
Algebra.Com's Answer #674801 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Assume Anna is x years old. \n" ); document.write( "So then, John is 6x years old. \n" ); document.write( "In twelve years, John will be 6x+12 years old and Anna will be x+12 years old. \n" ); document.write( "So in twelve years, John will be twice as old as Anna, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Subtract 2x+12 from both sides, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Divide both sides by 4, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |