document.write( "Question 1052646: How old is Charlotte if her age now is equal to 3 times her age in 3 years, less 3 times her age 3 years ago?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668013 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = Charlotte's current age \n" ); document.write( "Her age now (x) is equal to 3 times her age in 3 years (x+3) less 3 times her age 3 years ago (x-3). In equation form this is: \n" ); document.write( "x = 3(x+3) - 3(x-3) \n" ); document.write( "Solve for x: \n" ); document.write( "x = 3x + 9 - 3x + 9 \n" ); document.write( "x = 18 \n" ); document.write( "Check: \n" ); document.write( "3*21 - 3*15 = 63 - 45 = 18 \n" ); document.write( "Ans: 18 \n" ); document.write( " |