document.write( "Question 890222: what is the answer to this word problem? Lisa noticed that in 7 years she'll be half her mother's age. If 3 years ago Lisa wa s 1/3 her mother's age, how old is her mother now? \n" ); document.write( "
Algebra.Com's Answer #538797 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be lisa's age and y be her mother's age, then \n" ); document.write( "x +7 = y /2 \n" ); document.write( "x -3 = y /3 \n" ); document.write( "solve the first equation for x \n" ); document.write( "first multiply both sides of = by 2 \n" ); document.write( "2x +14 = y \n" ); document.write( "2x = y -14 \n" ); document.write( "x = y/2 -7 \n" ); document.write( "substitute for x in second equation \n" ); document.write( "y/2 -7 -3 = y / 3 \n" ); document.write( "multiply both sides of = by 6 \n" ); document.write( "3y -60 = 2y \n" ); document.write( "y = 60 \n" ); document.write( "Lisa's mother is 60 years old \n" ); document.write( " \n" ); document.write( " |