document.write( "Question 838975: FIND ALL POSSIBLE SOLUTIONS\r
\n" );
document.write( "\n" );
document.write( "Find Two Consecutive Integers So That 5 Times The First Minus The Second Is Between 22 And 36. \r
\n" );
document.write( "\n" );
document.write( "5*(x-x+2) \r
\n" );
document.write( "\n" );
document.write( "5*(6-7)= 23
\n" );
document.write( "5*(7-8)= 27
\n" );
document.write( "5*(8-9)= 31
\n" );
document.write( "5*(9-10)= 35\r
\n" );
document.write( "\n" );
document.write( "So all the possible solutions are (6,7) (7,8) (8,9) (9,10) \r
\n" );
document.write( "\n" );
document.write( "Can anyone tell me if that is correct? \n" );
document.write( "
Algebra.Com's Answer #505461 by usmc617(1) You can put this solution on YOUR website! Can anyone tell me if this is correct? \n" ); document.write( " |