document.write( "Question 181010: Lara is twice as old as Jonathan. Jonathan is 6 years younger that Tasha. Tasha is 12 years younger than Lara. How old is each? \n" ); document.write( "
Algebra.Com's Answer #135685 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Lara is twice as old as Jonathan. Jonathan is 6 years younger that Tasha. Tasha is 12 years younger than Lara. How old is each? \n" ); document.write( "----------------- \n" ); document.write( "L = 2J \n" ); document.write( "J = T-6 \n" ); document.write( "L = T+12 \n" ); document.write( "Sub for L into the 3rd eqn \n" ); document.write( "2J = T+12 \n" ); document.write( "Then sub for J. \n" ); document.write( "2(T-6) = T+12 \n" ); document.write( "2T-12 = T+12 \n" ); document.write( "T = 24\r \n" ); document.write( "\n" ); document.write( "J = 18 \n" ); document.write( "L = 36 \n" ); document.write( " \n" ); document.write( " |