document.write( "Question 650493: Jake is five years older than laura. Four years ago jake was twice as old as laura was then. How old is jake now? \n" ); document.write( "
Algebra.Com's Answer #407325 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jake is five years older than laura. Four years ago jake was twice as old as laura was then. How old is jake now? \n" ); document.write( "** \n" ); document.write( "let x= jake's age now \n" ); document.write( "x-5=laura's age now \n" ); document.write( "four years ago: \n" ); document.write( "jake's age=x-4 \n" ); document.write( "laura's age=x-5-4=x-9 \n" ); document.write( "(x-4)=2(x-9) \n" ); document.write( "x-4=2x-18 \n" ); document.write( "-x=-14 \n" ); document.write( "x= 14 \n" ); document.write( "jake's age now=14 \n" ); document.write( " |