document.write( "Question 204875: Ike’s age is three years more than twice his younger brother’s age. If the sum of their ages is at most 18, then find:
\n" ); document.write( "(a) the greatest age that Ike’s brother could be.
\n" ); document.write( "(b) an inequality that represents all possible values of Ike’s age (allowing for fractional years), given that his younger brother is at least 2 years old.
\n" ); document.write( "

Algebra.Com's Answer #154657 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
a)
\n" ); document.write( "brother=b
\n" ); document.write( "ike=2b+3
\n" ); document.write( "b+(2b+3)=18
\n" ); document.write( "3b+3=18
\n" ); document.write( "3b=15
\n" ); document.write( "b=5
\n" ); document.write( "
\n" );