document.write( "Question 725335: Find the value of x so that x+1, 3x-2, and 4x+5 form an arithmetic sequence \n" ); document.write( "
Algebra.Com's Answer #444103 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "1st term = x+1, \r\n" );
document.write( "2nd term = 3x-2, \r\n" );
document.write( "and \r\n" );
document.write( "3rd term = 4x+5\r\n" );
document.write( "\r\n" );
document.write( "In order to form an arithmetic sequence, this must be true:\r\n" );
document.write( "\r\n" );
document.write( "        \"%28matrix%282%2C1%2C2nd%2Cterm%29%29\"\"%22%22-%22%22\"\"%28matrix%282%2C1%2C1st%2Cterm%29%29\"\"%22%22=%22%22\"\"%28matrix%282%2C1%2C3rd%2Cterm%29%29\"\"%22%22-%22%22\"\"%28matrix%282%2C1%2C2nd%2Cterm%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "      (3x-2)-(x+1) = (4x+5)-(3x-2)\r\n" );
document.write( "         \r\n" );
document.write( "You solve that and get x=10.\r\n" );
document.write( "So\r\n" );
document.write( "\r\n" );
document.write( "1st term = x+1 = 10+1 = 11 \r\n" );
document.write( "2nd term = 3x-2 = 3(10)-2 = 30-2 = 28 \r\n" );
document.write( "and \r\n" );
document.write( "3rd term = 4x+5 = 4(10)+5 = 40+5 = 45\r\n" );
document.write( "\r\n" );
document.write( "So the series is 11, 28, and 45.\r\n" );
document.write( "\r\n" );
document.write( "Checking in\r\n" );
document.write( "\r\n" );
document.write( "         \"%28matrix%282%2C1%2C2nd%2Cterm%29%29\"\"%22%22-%22%22\"\"%28matrix%282%2C1%2C1st%2Cterm%29%29\"\"%22%22=%22%22\"\"%28matrix%282%2C1%2C3rd%2Cterm%29%29\"\"%22%22-%22%22\"\"%28matrix%282%2C1%2C2nd%2Cterm%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "            28 - 11 = 45 - 28\r\n" );
document.write( "                 17 = 17.\r\n" );
document.write( "\r\n" );
document.write( "So the answer is correct with a common difference of d=17.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );