document.write( "Question 884104: Jorge is 5 years younger than 3 times his brother's age. If his brother is 8 years old, how old is Jorge? \n" ); document.write( "
Algebra.Com's Answer #534557 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
J = 3B - 5
\n" ); document.write( "B = 8
\n" ); document.write( "Plug in the value of \"8\" from the second equation into the first.
\n" ); document.write( "J = 3(8) - 5
\n" ); document.write( "J = 24 - 5
\n" ); document.write( "J = 19
\n" ); document.write( ".
\n" ); document.write( "Three times his brother's age is 24. Subtract 5 and you do indeed get 19.
\n" ); document.write( "
\n" );