Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want to make sure that I'm doing following problem correct: Consider the following algorithm; assume N to be a positive integer. X 0 Y

I want to make sure that I'm doing following problem correct:

  • Consider the following algorithm; assume N to be a positive integer.
  • X 0
  • Y 1
  • WHILE (X < N)
    • X X + 1
    • Y Y + 2 X
  • Y Y / N

Calculate what value of Y the algorithm will compute for the following values of N. Explain your solution.

  • N = 3
  • N=5
  • Ihavesofarthatsincexislessthan3a).x=0+1=1;b)y=1+2(1)=3;4.y=3/1=3andforsecondnumber3xislessthan5;a)x=0+1=1;b)y=1+2(1)=3;4.3/5=.6
  • Is this correct?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Mathematics questions