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)\"\" \"About 
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( "\"system%28r%5E2-7r%2Bc+=+0%2C+r%5E2-9r%2B8%2Bc=0%29\"\r\n" );
document.write( "\r\n" );
document.write( "Get the 8 off the right side of the second equation by\r\n" );
document.write( "adding -8 to both sides\r\n" );
document.write( "\r\n" );
document.write( "\"system%28r%5E2-7r%2Bc+=+0%2C+r%5E2-9r%2Bc=-8%29\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply the second equation by -1 and add the two equations term by term:\r\n" );
document.write( "\r\n" );
document.write( " r²-7r+c = 0\r\n" );
document.write( "-r²+9r-c = 8\r\n" );
document.write( "------------\r\n" );
document.write( "    2r   = 8\r\n" );
document.write( "       r = \"8%2F2\"\r\n" );
document.write( "       r = 4\r\n" );
document.write( "\r\n" );
document.write( "Substitute that in \r\n" );
document.write( "\r\n" );
document.write( "         r²-7r+c = 0\r\n" );
document.write( "\"%284%29%5E2\"\"%22%22-%22%22\"\"7%284%29\"\"%22%22%2B%22%22\"\"c\" \"%22%22=%22%22\" \"%220%22\"\r\n" );
document.write( "\r\n" );
document.write( "     \"16\"\"%22%22-%22%22\"\"%2828%29\"\"%22%22%2B%22%22\"\"c\" \"%22%22=%22%22\" \"%220%22\"\r\n" );
document.write( "\r\n" );
document.write( "          \"%28-12%29\"\"%22%22%2B%22%22\"\"c\" \"%22%22=%22%22\" \"%220%22\"\r\n" );
document.write( "\r\n" );
document.write( "                   \"c\" \"%22%22=%22%22\" \"12\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );