document.write( "Question 1163959: lori is 15 years older than carol. in 10 years, lori will be twice as old as carol. how old is lori now? \n" ); document.write( "
Algebra.Com's Answer #788213 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Carol is x \n" ); document.write( "Lori is x+15 \n" ); document.write( "in 10 years they will be x+10 and x+25 \n" ); document.write( "so 2(x+10)=x+25 \n" ); document.write( "2x+20=x+25 \n" ); document.write( "x=5 \n" ); document.write( "Carol is 5 \n" ); document.write( "Lori is 20 ANSWER \n" ); document.write( "in 10 years, they will be 15 and 30 respectively. \n" ); document.write( " |