document.write( "Question 758601: 1. If the product of two consecutive odd integers is 783, what is the sum of their squares?
\n" );
document.write( "2. The difference between the squares of two consecutive positive integers is 2013. What is the larger integer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461583 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1. If the product of two consecutive odd integers is 783, what is the sum of their squares? \n" ); document.write( "-------------- \n" ); document.write( "sqrt(783) =~ 28, the center \n" ); document.write( "--> 27 & 29 \n" ); document.write( "27^2 + 29^2 = 1570 \n" ); document.write( "============== \n" ); document.write( "2. The difference between the squares of two consecutive positive integers is 2013. What is the larger integer? \n" ); document.write( "-------- \n" ); document.write( "(n+1)^2 - n^2 = 2013 \n" ); document.write( "n = 1006 \n" ); document.write( " \n" ); document.write( " |