document.write( "Question 983423: if the number p is 7 more than the number q and the sum of the squares of p and q is 85 find the product of p and q? \n" ); document.write( "
Algebra.Com's Answer #604220 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
p = q + 7
\n" ); document.write( "(q + 7)^2 + q^2 = 85
\n" ); document.write( "q^2 + 14q + 49 + q^2 = 85
\n" ); document.write( "2q^2 + 14q + 49 = 85
\n" ); document.write( "2q^2 + 14q - 36 = 0
\n" ); document.write( "q^2 + 7q - 18 = 0
\n" ); document.write( "(q+9) * (q-2) = 0
\n" ); document.write( "q is -9 or 2, therefore
\n" ); document.write( "**********************************
\n" ); document.write( "we have two solutions
\n" ); document.write( "q = -9 and p = -2
\n" ); document.write( "q = 2 and p = 9
\n" ); document.write( "
\n" ); document.write( "
\n" );