The following algorithm segment makes change; given an amount of money A between 1e and 99c, it determines a breakdown of A into quarters (g), dimes (d), nickels (n), and pennies (p). 9 := A div(25) A := A mod(25) d:= A div(10) A := A mod(10) n:= A div(5) p:= A mod(5) (a) Trace this algorithm segment for A = 66. A = 66 9 = A = d = A = n = p = (b) Trace this algorithm segment for A = 86. A = 86 A = d = A = n = p =
The following algorithm segment makes change; given an amount of money A between 1e and 99c, it determines a breakdown of A into quarters (g), dimes (d), nickels (n), and pennies (p). 9 := A div(25) A := A mod(25) d:= A div(10) A := A mod(10) n:= A div(5) p:= A mod(5) (a) Trace this algorithm segment for A = 66. A = 66 9 = A = d = A = n = p = (b) Trace this algorithm segment for A = 86. A = 86 A = d = A = n = p =
Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
Related questions
Question
![The following algorithm segment makes change; given an amount of money A between 1c and 99c, it determines a breakdown of A into quarters (q), dimes (d), nickels (n), and pennies (p).
9:= A div(25)
A := A mod(25)
d:= A div(10)
A := A mod(10)
n := A div(5)
p:= A mod(5)
(a) Trace this algorithm segment for A = 66.
A = 66
q =
A =
d =
A =
n =
p =
(b) Trace this algorithm segment for A = 86.
A = 86
A =
d =
A =
n =
p =](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F64b8d70e-310a-4f30-b165-c75187b7083b%2Ff0283999-552a-4435-abf1-b244eeeb2d2e%2Ftmtznte_processed.png&w=3840&q=75)
Transcribed Image Text:The following algorithm segment makes change; given an amount of money A between 1c and 99c, it determines a breakdown of A into quarters (q), dimes (d), nickels (n), and pennies (p).
9:= A div(25)
A := A mod(25)
d:= A div(10)
A := A mod(10)
n := A div(5)
p:= A mod(5)
(a) Trace this algorithm segment for A = 66.
A = 66
q =
A =
d =
A =
n =
p =
(b) Trace this algorithm segment for A = 86.
A = 86
A =
d =
A =
n =
p =
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.Recommended textbooks for you
![Advanced Engineering Mathematics](https://www.bartleby.com/isbn_cover_images/9780470458365/9780470458365_smallCoverImage.gif)
Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated
![Numerical Methods for Engineers](https://www.bartleby.com/isbn_cover_images/9780073397924/9780073397924_smallCoverImage.gif)
Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education
![Introductory Mathematics for Engineering Applicat…](https://www.bartleby.com/isbn_cover_images/9781118141809/9781118141809_smallCoverImage.gif)
Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY
![Advanced Engineering Mathematics](https://www.bartleby.com/isbn_cover_images/9780470458365/9780470458365_smallCoverImage.gif)
Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated
![Numerical Methods for Engineers](https://www.bartleby.com/isbn_cover_images/9780073397924/9780073397924_smallCoverImage.gif)
Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education
![Introductory Mathematics for Engineering Applicat…](https://www.bartleby.com/isbn_cover_images/9781118141809/9781118141809_smallCoverImage.gif)
Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY
![Mathematics For Machine Technology](https://www.bartleby.com/isbn_cover_images/9781337798310/9781337798310_smallCoverImage.jpg)
Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,
![Basic Technical Mathematics](https://www.bartleby.com/isbn_cover_images/9780134437705/9780134437705_smallCoverImage.gif)
![Topology](https://www.bartleby.com/isbn_cover_images/9780134689517/9780134689517_smallCoverImage.gif)