Hey there!
The mean of the numbers is the <u>average</u>. To find the mean we will simply add all the numbers together, and divide them by the amount of numbers there are. Easy, peesy, lemon squeezy. Lets get started.
7 + 10 + 22 + 10 + 12 + 10 + 12 = 83
Now that we have added those altogether, we can divide them by the amount of numbers there are. The amount of numbers there are comes to a total of 7. Therefore...
83 divided by 7 = 11.857
Answer Choice B. 11.9 is your correct answer.
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
9 x ≥ 117
Divide both sides by 9 :
9 x / 9 ≥ 117 / 9
x = 117 / 9
x ≥ 13
hope this helps!
First you subtract 8 from 26, which is 18. Then you divide 18 by 6, which is 3. x equals 3.