document.write( "Question 105716: Richards age in 11 years will be three times what it was 15 years ago. How old is Richard now? \n" ); document.write( "
Algebra.Com's Answer #76893 by fmo(8)\"\" \"About 
You can put this solution on YOUR website!
Let's let x represent Richard's age.
\n" ); document.write( "Richard's age in 11 years, can then be represented as x + 11.
\n" ); document.write( "15 years ago, Richard's age would have been x - 15.
\n" ); document.write( "Finally, we know that Richard's age in 11 years (x + 11) will be three times what it was 15 years ago (3 * (x - 15)), and that forms an equation that looks like:\r
\n" ); document.write( "\n" ); document.write( "x + 11 = 3 * (x - 15)\r
\n" ); document.write( "\n" ); document.write( "Now to solve...
\n" ); document.write( "x + 11 = 3(x - 15) (problem restated)
\n" ); document.write( "x + 11 = 3x - 45 (right side expanded)
\n" ); document.write( " 11 = 2x - 45 (subtract x from both sides)
\n" ); document.write( " 56 = 2x (add 45 to both sides)
\n" ); document.write( " 28 = x (divide both sides by 2)\r
\n" ); document.write( "\n" ); document.write( "Richard is 28 years old.
\n" ); document.write( "
\n" );