document.write( "Question 982374: Find p so that the numbers 7p + 2, 5p +12, 2p -1,... form an arithmetic
\n" );
document.write( "sequence.
\n" );
document.write( "A. -8 B.-5 C. -13 D. -23 \n" );
document.write( "
Algebra.Com's Answer #603194 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i believe your solution will be p = -23 \n" ); document.write( "when p = -23: \n" ); document.write( "A1 = 7*-23+2 = -159 \n" ); document.write( "A2 = 5*-23+12 = -103 \n" ); document.write( "A3 = 2*-23-1 = -47 \n" ); document.write( "the difference between A2 and A1 is (-103) - (-149) = 56 \n" ); document.write( "the difference between A2 and A3 is (-47) - (-103) = 56 \n" ); document.write( "in this arithmetic series, the common diffence is 56. \n" ); document.write( "how was this derived? \n" ); document.write( "take A2 - A1 and you get the difference between them. \n" ); document.write( "(5p + 12) - (7p + 2) = (-2p + 10) \n" ); document.write( "take A3 - A2 and you get the difference between them. \n" ); document.write( "(2p-1) - (5p + 12) = (-3p - 13) \n" ); document.write( "since the difference between each element in an arithmetic series must be the same, then set (-2p + 10) equal to (-3p - 13) and solve for p. \n" ); document.write( "when you do that, you will get p = -23. \n" ); document.write( " \n" ); document.write( " |