Tuesday, October 8, 2013

Flowchart for Sum of first 50 natural numbers



12 comments:

  1. If I have a sum number and I want to get the N how do i do it ?

    ReplyDelete
  2. I need flow chart for first sum of 100 natural
    numbers

    ReplyDelete
    Replies
    1. In the condition box replace "if N=100". if yes then Print Sum

      Delete
    2. We are taking for 50 only not 100

      Delete
  3. I want a flow chart of
    n
    £ Xi2
    i=1
    reply

    ReplyDelete
  4. I need a flow chart as same for sum of squares for n natural numbers

    ReplyDelete
  5. I need a flowchart that will find the sum of first 30 numbers

    ReplyDelete
  6. i need a flowchart of first 50 natural numbers

    ReplyDelete
  7. A flow chart of the sum of first five integers

    ReplyDelete
  8. To check your answer, use Gauss' famous formula for the sum of the first N natural numbers: Sum = (N)(N+1)/2

    ReplyDelete