document.write( "Question 1195914: find two consecutive positive integers such that the square of the second integer added to four times the first is equal to 41 \n" ); document.write( "
Algebra.Com's Answer #828533 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find two consecutive positive integers such that the square of the second integer added to four times the first is equal to 41 \n" ); document.write( "------------- \n" ); document.write( "n^2 + 4(n-1) = 41 \n" ); document.write( "n^2 + 4n - 45 = 0 \n" ); document.write( "(n-5)*(n+9) = 0 \n" ); document.write( "n = 5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |