Step-by-step explanation:
19 is the answer I'd don't know why it's so hard
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:
It isn't factorable.
Step-by-step explanation:
Step 1: Write out expression
-625x⁴ + 1674
From here, the expression is already simplified/factored into it's final form. There is no way to reduce this.
<h3>
Answer: {4, 14, 20}</h3>
Don't forget about the curly braces.
===========================================================
Explanation:
The upside down "U" symbol means "intersect". We're looking for where the two sets intersect or overlap. In other words, we're looking for all of the values are in both sets at the same time. It might help to draw out the Venn diagram (see the image attachment below).
The numbers 4, 14, and 20 are found in both set A and set B at the same time. Therefore,
. Something like the value 7 is only found in set A, but not in set B. So we'll ignore that value. Similar things happen with 10 and 17 for set A, and also 1 and 9 for set B.
So that's why the answer you type in is {4, 14, 20}. The curly braces are there to tell the reader we're dealing with a set of values.
I will assume you would like the line
slope = (y2-y1)/ (x2-x1)
m = (4-0)/(9-5) = 4/4 = 1
equation of a line in point slope form is
y-y1 = m (x-x1)
y-0 = 1 (x-5)
y=x-5