document.write( "Question 135877: Luis is 10 years older than his brother. Next year, he will be three times as old as his brother. How old is Luis now and What will the brothers age be next year? \n" ); document.write( "
Algebra.Com's Answer #99542 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let L be Luis' age now, b=brother's age. \n" ); document.write( "L=b+10 \n" ); document.write( "L+1=3(b+1) \n" ); document.write( ". \n" ); document.write( "b+10+1=3b+3 Substitute b+10 for L. \n" ); document.write( "b+11=3b+3 \n" ); document.write( "b-b+11-3=3b-b+3-3 \n" ); document.write( "8=2b \n" ); document.write( "2b/2=8/2 \n" ); document.write( "b=4 \n" ); document.write( "Luis is 14 yo \n" ); document.write( "Next year his brother will be 5. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |