document.write( "Question 1099948: Matt is five years older than twice his cousin Andy’s age. The sum of their ages is less than 35.\r
\n" );
document.write( "\n" );
document.write( "Let x represent Andy's age.\r
\n" );
document.write( "\n" );
document.write( "Which inequality represents Andy’s possible age? \n" );
document.write( "
Algebra.Com's Answer #714455 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Matt is five years older than twice his cousin Andy’s age. The sum of their ages is less than 35. \n" ); document.write( "-------------- \n" ); document.write( "a = Andy's age \n" ); document.write( "m = 2a + 5 \n" ); document.write( "------------- \n" ); document.write( "a + m < 35 \n" ); document.write( "a + 2a+5 < 35 \n" ); document.write( "3a < 30 \n" ); document.write( "a < 10 \n" ); document.write( " \n" ); document.write( " |