document.write( "Question 564751: For the following scores, what is Σ(X + 1)?\r
\n" );
document.write( "\n" );
document.write( " Scores: A.2, b.0, c.4, d.2\r
\n" );
document.write( "\n" );
document.write( "I dont understand what Σ represents? I do understand that you do it lastly .\r
\n" );
document.write( "\n" );
document.write( "So would you start out as... but then where do I go from here?\r
\n" );
document.write( "\n" );
document.write( "A. Σ(2 + 1)
\n" );
document.write( "B. Σ(0 + 1)
\n" );
document.write( "C. Σ(4 + 1)
\n" );
document.write( "D. Σ(2 + 1)\r
\n" );
document.write( "\n" );
document.write( "thanks soo much for your help!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #365468 by Theo(13342)![]() ![]() You can put this solution on YOUR website! Σ means \"the sum of\". \n" ); document.write( "example: \n" ); document.write( "the sum of (2 + 1) = 3 \n" ); document.write( "the sum of (0 + 1) = 1 \n" ); document.write( "the sum of (4 + 5) = 5 \n" ); document.write( "the sum of (2 + 1) = 3 \n" ); document.write( "usually that symbol is used to get the sum of a bunch of numbers in a list or table as shown below: \n" ); document.write( " \r\n" ); document.write( "i value\r\n" ); document.write( "1 2\r\n" ); document.write( "2 0\r\n" ); document.write( "3 4\r\n" ); document.write( "4 2\r\n" ); document.write( " \n" ); document.write( "i is the name of the subscript that identifies the position of each element in the list or table. \n" ); document.write( "x is the name of the variable used for each element. \n" ); document.write( "each value in the table is identified by the variable name followed by the subscript. \n" ); document.write( "you would then identify each unique value in the table by the variable name followed by the subscript. \n" ); document.write( "in this table, that would be shown as: \n" ); document.write( "x[1] = 2 \n" ); document.write( "x[2] = 0 \n" ); document.write( "x[3] = 4 \n" ); document.write( "x[4] = 2 \n" ); document.write( "if you want to find the total value in the table, you would then be asked to provide the sum of x[i] for i = 1 to 4. \n" ); document.write( "this would be shown as Σ (x[i]) for i = 1 to 4 \n" ); document.write( "when i = 1, x[i] = 2 \n" ); document.write( "when i = 2, x[i] = 0 \n" ); document.write( "when i = 3, x[i] = 4 \n" ); document.write( "when i = 4, x[i] = 2 \n" ); document.write( "the Σ (x[i]) for i = 1 to 4 would then be equal to 2 + 0 + 4 + 2 = 8. \n" ); document.write( "judging by the way the question is posed, i suspect that all they want to know is the sum of (x + 1) when x is equal to the value shown. \n" ); document.write( "your answer would, in that case, be: \n" ); document.write( "A. Σ(2 + 1) = 3 \n" ); document.write( "B. Σ(0 + 1) = 1 \n" ); document.write( "C. Σ(4 + 1) = 5 \n" ); document.write( "D. Σ(2 + 1) = 3\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |