document.write( "Question 251986: \"Word Problems Involving Products and Factoring\"\r
\n" );
document.write( "\n" );
document.write( "Find two consecutive positive numbers such that the product of the sum and difference of the numbers plus 8 is the sum of their squares. can you solve this pls=( tyty so much
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #183721 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Answer: Let the two consecutive positive integers be n and n+1 \n" ); document.write( "Then, (n+n+1)(n+1-n)+8 = n^2 +(n+1)^2 \n" ); document.write( " 2n+1+8 = n^2 + n^2 + 2n+1 \n" ); document.write( " 8 = 2n^2 \n" ); document.write( " 4 = n^2 \n" ); document.write( " 2 = n \n" ); document.write( "So the required numbers are 2,3 \n" ); document.write( " \n" ); document.write( " |