document.write( "Question 204493: Jack said, \"five times my age in 2yrs is 100, how old is jack now? \n" ); document.write( "
Algebra.Com's Answer #154378 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! 5*(age + 2) = 100 \n" ); document.write( "(age + 2) = 100/5 \n" ); document.write( "age + 2 = 20 \n" ); document.write( "age = 20 - 2 = 18 \n" ); document.write( "Jack is 18 yrs old now \n" ); document.write( " |