What topic in units 10-11 of the course material did you find the most challenging?
Category: Uncategorized
Use the Euclidean algorithm to determine the GCD(328, 132). …
Use the Euclidean algorithm to determine the GCD(328, 132). Show your work. Then express the GCD(328, 132) value you identify as a linear combination of 328 and 132. Show your work.
Define S, a set of bit strings, recursively as follows. Init…
Define S, a set of bit strings, recursively as follows. Initial Condition: 1 ∈ S Recursion: If m ∈ S then m11 ∈ S. Which of the following best describes set S?
[1] The assignments and tests are good measures of how much…
[1] The assignments and tests are good measures of how much I’m learning.
According to Fermat’s little theorem, what is the value of 3…
According to Fermat’s little theorem, what is the value of 3374(mod 11)?
The octal expansion of the decimal number 109 is ___________…
The octal expansion of the decimal number 109 is ___________eight. Only type the digits; do not include the base.
The pet shop in Mochdewton sells only guinea pigs and hamste…
The pet shop in Mochdewton sells only guinea pigs and hamsters. Each guinea pig costs twice as much as a hamster. A local elementary school purchased 5 guinea pigs and 3 hamsters. If the transaction had been for 3 guinea pigs and 5 hamsters, the cost would have been $10 less. What is the price of a guinea pig? [GuineaPig] What is the price of a hamster? [Hamster] Adapted from “The Lady or the Tiger? and other logic puzzles” by Raymond M. Smullyan
To complete the division algorithm equation, a = mq + r, usi…
To complete the division algorithm equation, a = mq + r, using a = – 38 and m = 7, which of the following gives appropriate values for integers q and r, with r expressed as a non-negative integer between 0 and (m-1), inclusive.
The binary expansion of the decimal number 105 is __________…
The binary expansion of the decimal number 105 is ___________two. Only type the digits; do not include the base.
For arbitrary integers a, b, and d, with d ≠ 0, if there are…
For arbitrary integers a, b, and d, with d ≠ 0, if there are integers s and t such that d = as + bt, then d = GCD(a, b).