Answer:
The mean is 4.5
Step-by-step explanation:
u add the numbers and divide by how many numbers there are
Answer:
Step-by-step explanation:
Which fraction is equivalent to the ratio 126:54
= = =
So, the answer is
Answer:
The answer is: 3
Step-by-step explanation:
1. At the begining of the program we start by declairing the variables:
double x=1, double y=1 and int i=0.
2. The structure do...while is used to defined the loop. x<2.5 is the finalization condition of the loop. i is the counter of the loop.
y=x/2 is the first calculation
x=x+y is the second one. Here is where the values of the variable x changes.
a) for the first iteration, the values of y and x are shown below:
The variable x is minor to 2.5 so the loop will continue computing.
b) the second iteration, the values of y and x are shown below::
The variable x is still minor to 2.5 so the loop will continue computing.
c) third iteration:
The condition x<2.5 is not true so the loop ends.
3. System.out.print(i + " "); displays the value of the variable i wich value is 3.
Therefore the number 3 is display.
Answer:
D. The 95% confidence interval ranges from 42.78 to 47.22 hours.
Step-by-step explanation:
In a sample of 50 households, the mean number of hours spent on social networking sites during the month of January was 45 hours. In a much larger study, the standard deviation was determined to be 8 hours.
Here,
n = sample size = 50,
μ = mean = 45,
σ = standard deviation = 8,
We know that, confidence interval will be,
For a confidence interval of 95%, we use z = 1.96, putting the values