document.write( "Question 384412: 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 #272139 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x and 2x represent the integers
\n" ); document.write( "Question States:
\n" ); document.write( " x + 2x < 30
\n" ); document.write( " 3x < 30
\n" ); document.write( " x < 10
\n" ); document.write( "greatest possible pair of 'integers' with sum <30 would be 9 and 18 \n" ); document.write( "
\n" );