document.write( "Question 1109206: a number is one less than twice another number,and the difference between their squares is 85. find the numbers \n" ); document.write( "
Algebra.Com's Answer #724225 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The statement of the problem implies that the numbers are whole numbers. So solving the problem requires less work if you look for numbers for which the difference of the squares is 85 and find such a pair with one of the numbers being 1 less than twice the other.

\n" ); document.write( "\"a%5E2-b%5E2+=+85\"
\n" ); document.write( "\"%28a%2Bb%29%28a-b%29+=+85\"

\n" ); document.write( "There are two possibilities in whole numbers:
\n" ); document.write( "\"a%2Bb=85\"; \"a-b=1\" --> (a,b) = (43,42) no....
\n" ); document.write( "\"a%2Bb=17\"; \"a-b=5\" --> (a,b) = (11,6) YES!!!
\n" ); document.write( "
\n" );