document.write( "Question 675663: Find the greatest possible pair of integers such that one integer is 3 more than twice the other and their sum is less than 42.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #419983 by Lightener(3) ![]() You can put this solution on YOUR website! Suppose that x+x+3=42 \n" ); document.write( "It would be 2x=42-3 \n" ); document.write( "It would be 2x=39 \n" ); document.write( "It would be 2x/2=39/2 \n" ); document.write( "It would be x=19.5 \n" ); document.write( "Xis 19.5 \n" ); document.write( " |