Answer:
Option A is the answer...
-7*-15*-5=-525
-7*-75=-525
-1*525=-525
Mid-point of BC, M=(2+(-5),8+5,-5+(-8))/2=(-1.5, 6.5, -6.5)
Vector from A to M = M-A=<(-1.5,6.5,-6.5)-(4,3,-4)>=<-11/2,7/2,-5/2>
Answer:
D
Step-by-step explanation:
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:
5
Step-by-step explanation:
hope this helps!!!