document.write( "Question 825531: The roots of the quadratic equation x^2-7x+c differ by 1. Find c \n" ); document.write( "
Algebra.Com's Answer #497365 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The roots of the quadratic equation x²-7x+c = 0 \n" ); document.write( "differ by 1. Find c \n" ); document.write( " \r\n" ); document.write( "let r = one root and r-1 be the other root.\r\n" ); document.write( "\r\n" ); document.write( "Substitute r for x:\r\n" ); document.write( "\r\n" ); document.write( "Eq. 1: r²-7r+c = 0\r\n" ); document.write( "\r\n" ); document.write( "Substitute (r-1) for x\r\n" ); document.write( "\r\n" ); document.write( "Eq. 2: (r-1)²-7(r-1)+c = 0\r\n" ); document.write( "\r\n" ); document.write( "Simplify Eq. 2:\r\n" ); document.write( "\r\n" ); document.write( " (r-1)(r-1)-7r+7+c = 0\r\n" ); document.write( " r²-2r+1-7r+7+c = 0\r\n" ); document.write( " r²-9r+8+c = 0\r\n" ); document.write( "\r\n" ); document.write( "So we have this system of equations:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |