document.write( "Question 167519This question is from textbook prentice hall algebra 1
\n" );
document.write( ": Find the greatest possible pair of integers such that one integer is 4 less than twice the other and their sum is at most 50. \n" );
document.write( "
Algebra.Com's Answer #123410 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the greatest possible pair of integers such that one integer is 4 less than twice the other and their sum is at most 50. \n" ); document.write( "--------------------------------- \n" ); document.write( "Let the integers be \"x\" and \"y\". \n" ); document.write( "--------------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "x = 2y -4 \n" ); document.write( "x + y <= 50 \n" ); document.write( "------------------------- \n" ); document.write( "Substitute to get: \n" ); document.write( "2y-4+y <=50 \n" ); document.write( "3y <=54 \n" ); document.write( "y <= 18 \n" ); document.write( "--------------- \n" ); document.write( "x = 2*18-4 = 32 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |