document.write( "Question 1115258: Josh is 4 times as old as Nick. in 4 years the sum of their ages will equal 18. how old is nick now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730143 by addingup(3677)![]() ![]() You can put this solution on YOUR website! J = 4N \n" ); document.write( "J+4+N+4 = 18 substitute for J: \n" ); document.write( "4N+4+N+4 = 18 \n" ); document.write( "5N + 8 = 18 \n" ); document.write( "5N = 10 \n" ); document.write( "N = 2 \n" ); document.write( "Nick is 2 years old \n" ); document.write( "Josh is 2*4 = 8 years old \n" ); document.write( " |