document.write( "Question 770755: Bill is 1 year less than twice as old as his brother John. If the sum of their ages is 20 years, how old are Bill and his brother John. How do I solve this? \n" ); document.write( "
Algebra.Com's Answer #469738 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Bill is 1 year less than twice his brother, John. \n" ); document.write( "B = (2J) - 1 \n" ); document.write( "B + J = 20 \n" ); document.write( "Replace B with (2J) - 1 \n" ); document.write( "2J - 1 + J = 20 \n" ); document.write( "3J = 20 + 1 \n" ); document.write( "3J = 21 \n" ); document.write( "J = 7 \n" ); document.write( "John = 7 years old \n" ); document.write( "Bill = 13 years old \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |