document.write( "Question 384413: Find the greatest possible pair of integers such that one integer is twice the other and their sum is less than or equal to 30. \n" ); document.write( "
Algebra.Com's Answer #272138 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 would be 10 and 20 \n" ); document.write( "
\n" );