document.write( "Question 66966This question is from textbook algebra1
\n" );
document.write( ": find the greatest possible pair of integers such that one integer is twice the other and their sum is less than 30. \n" );
document.write( "
Algebra.Com's Answer #47601 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! : \n" ); document.write( "x + 2x < 30 \n" ); document.write( "3x < 30 \n" ); document.write( "x < 10 \n" ); document.write( ": \n" ); document.write( "1st integer less than 10 is 9. Numbers would have to be 9 and 18, wouldn't they? \n" ); document.write( " |