Answer:
Subtract 5, double, subtract 5 doubled, so on.
Here u go fren this is what rise over run means
one is (5) because Domain is left to right
and number two is (4) because range is up and down
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: ( 1.25, 1.55)
Therefore at 95% confidence interval (a,b) = ( 1.25, 1.55)
Step-by-step explanation:
Confidence interval can be defined as a range of values so defined that there is a specified probability that the value of a parameter lies within it.
The confidence interval of a statistical data can be written as.
x+/-zr/√n
Given that;
Mean gain x = 1.4
Standard deviation r = 0.5
Number of samples n = 42
Confidence interval = 95%
z(at 95% confidence) = 1.96
Substituting the values we have;
1.4+/-1.96(0.5/√42)
1.4+/-1.96(0.0772)
1.4+/-0.1512
1.4+/-0.15
= ( 1.25, 1.55)
Therefore at 95% confidence interval (a,b) = ( 1.25, 1.55)