Answer: 
Step-by-step explanation:
Given: Distance traveled by Smith =
mile.
Time taken =
hour
Unit rate in miles per hour = ( Distance traveled by Smith) ÷ (Time taken)


Unit rate = 
Answer:
31
Step-by-step explanation:
Answer:
By definition, angles A and 1 are corresponding angles and angles B and 1 are consecutive angles. By the corresponding angles postulate, angles A and 1 are congruent, and by the consecutive angles theorem, angles B and 1 are supplementary. By the definition of supplementary angles, measures of angle B and 1 add up to 180 degrees (m<B + m<1 = 180). By definition of congruent angles, angles A and 1 have same measurement (m<A = m<1). By substitution property of equality, measures of angles A and B add up to 180 degrees (m<A + m<B = 180). By definition of supplementary angles, angles A and B are supplementary.
The first one is 0.5 the second one is 125 and the third one is 0.2 and the fourth one is 5 I think those are the answers
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