document.write( "Question 1049921: Julio's father is 4 times as old as Julio. The sum is no less than 55.
\n" );
document.write( "What is an inequality that can be used to represent this situation in the first box, where x represents Julio's age.
\n" );
document.write( "What is the youngest age Julio can be? \n" );
document.write( "
Algebra.Com's Answer #665492 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x + 4x >= 55 \n" ); document.write( "5x >= 55 \n" ); document.write( "x >= 11 \n" ); document.write( "11 is the youngest age Julio can be \n" ); document.write( " |