document.write( "Question 1017073: Jordan is 3 years older than Gabe. Four years from now the sum of their ages will be 25. How old are Jordan and Gabe now? \n" ); document.write( "
Algebra.Com's Answer #633412 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jordan is 3 years older than Gabe. Four years from now the sum of their ages will be 25. How old are Jordan and Gabe now? \n" ); document.write( "llet x=Gabe's age now \n" ); document.write( "x+3=Jordan's age now \n" ); document.write( "4 yrs from now: \n" ); document.write( "x+4=Gabe's age \n" ); document.write( "x+3+4=x+7=Jordan's age \n" ); document.write( "x+4+x+7=25 \n" ); document.write( "2x=14 \n" ); document.write( "x=7 \n" ); document.write( "x+3=10 \n" ); document.write( "Gabe's age now=7 \n" ); document.write( "Jordan's age now=10 \n" ); document.write( " |