document.write( "Question 681040: Lisa will be twice as old as her brother Ralph in 6 years. Lisa was three times as old as Ralph 3 years ago. What are their ages now? \n" ); document.write( "
Algebra.Com's Answer #422557 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Lisa will be twice as old as her brother Ralph in 6 years. Lisa was three times as old as Ralph 3 years ago. What are their ages now? \n" ); document.write( "================== \n" ); document.write( "Let L = Lisa's current age \n" ); document.write( "Let R = Ralph's current age \n" ); document.write( "In 6 years Lisa will be twice her brother's age: \n" ); document.write( "L+6 = 2(R+6) \n" ); document.write( "L = 2R + 12 - 6 \n" ); document.write( "L = 2R + 6 \n" ); document.write( "3 years ago Lisa was 3 times her brother's age: \n" ); document.write( "L-3 = 3(R-3) \n" ); document.write( "(2R+6)-3 = 3R - 9 \n" ); document.write( "This gives R = 12 \n" ); document.write( "So Ralph is 12 yrs old and Lisa is 2*12 + 6 = 30 yrs old \n" ); document.write( " |