Answer:
D 18
Step-by-step explanation:
100% = 50 (all students)
1% = 100%/100 = 50/100 = 1/2 = 0.5
we get any percentage for any number by dividing the number by 1% (0.5) to see how often it fits in.
there are 9 votes for green.
9/ 0.5 = 18%
Answer:
Infinite amount of solutions
Step-by-step explanation:
Parallel lines have no solution
Same lines have infinite solutions
Intersecting lines have 1 solution
Step 1: Write out equation
-14(x - 5) = -14x + 70
Step 2: Distribute -14
-14x + 70 = -14x + 70
Here we see that we have 2 exact same lines. Therefore, we have infinite amount of solutions.
Alternatively, we can plug in any number <em>x </em>and it would work. So then we would have infinite amount of solutions as well.
Answer:
Options???
Step-by-step explanation:
Answer:
62,100
Step-by-step explanation:
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