document.write( "Question 444335: Two consecutive integers are such that one quarter of the first added to one seventh of the second is greater than 19. Determine the smallest possible values for the numbers.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "This is what I Started with: x/4 + y/7 < 19 but I don't know how to go any further with the sum.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #306327 by jorel1380(3719) You can put this solution on YOUR website! x/4+(x+1)/7>19 \n" ); document.write( "7x+4(x+1)>532 \n" ); document.write( "11x+4>532 \n" ); document.write( "11x>528 \n" ); document.write( "x>48.. \n" ); document.write( " |