document.write( "Question 1128059: John's age is 3 times more than twice his younger brother's age. If the sum of their ages is at most 18, write an equation to express possible ages for John.\r
\n" );
document.write( "\n" );
document.write( "This is a question my Algebra 1 teacher has given me, I've tried every equation that I have thought of and every time she's told me I'm wrong. Please help \n" );
document.write( "
Algebra.Com's Answer #744529 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! I assume you mean 3 more than twice his brother's age instead of 3 times more. \n" ); document.write( "Let x = the younger brother's age, y = John's age \n" ); document.write( "y = 3 + 2x -> x = y/2 - 3/2 \n" ); document.write( "x + y <= 18 y <= 18 - x -> y <= 18 - y/2 + 3/2 \n" ); document.write( "Solve the inequality for y: \n" ); document.write( "3y/2 <= 39/2 \n" ); document.write( "y <= 13 \n" ); document.write( "So John's age is less than or equal to 13 \n" ); document.write( " \n" ); document.write( " |