I believe that the correct answer is C
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end
Answer:
Exact: $79.96 Rounded: $80.00
Step-by-step explanation:
25% x 4 = 100%
thus $19.99 x 4 = $79.96. Rounded up to $80.00
Answer: C. 4x - 6y = 3
Step-by-step explanation:
We only need to find a line with the same slope.
We will put 4x - 6y = 3 in slope intercept
4x - 6y = 3
-6y = -4x + 3
y = 4/6 - 3/6
y = 2/3 - 1/2
There you have it, a line with the same slope, which means it's parallel.