document.write( "Question 344372: Write an equation which models how old, in years, a 27 year old will be when she is 3 times as old as a 12 year old person. \n" ); document.write( "
Algebra.Com's Answer #246448 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation which models how old, in years, a 27 year old will be when she \n" ); document.write( " is 3 times as old as a 12 year old person. \n" ); document.write( ": \n" ); document.write( "let n = number of years ago that this is true \n" ); document.write( ": \n" ); document.write( "27 - n = 3(12 - n) \n" ); document.write( ": \n" ); document.write( "27 - n = 36 - 3n \n" ); document.write( ": \n" ); document.write( "-n + 3n = 36 - 27 \n" ); document.write( ": \n" ); document.write( "2n = 9 \n" ); document.write( ": \n" ); document.write( "n = \n" ); document.write( "n = 4.5 yrs ago \n" ); document.write( ": \n" ); document.write( "Then he will he will be 27 - 4.5 = 22.5 yrs old \n" ); document.write( "young person will be 12 - 4.5 = 7.5 yrs old \n" ); document.write( ": \n" ); document.write( "3 * 7.5 = 22.5, the age of the older person \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |