Answer:
X= - ¾ X= - 0.75
Step-by-step explanation:
thats all i can do hope it help :D
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
Answer:
<h2><u><em>
32</em></u></h2>
Step-by-step explanation:
Assuming that the question is:
12 * (3 + 2^2) : 2 - 10 = remember PEMDAS
12 * (3 + 4) : 2 - 10 =
12 * 7 : 2 - 10 =
84 : 2 - 10 =
42 - 10 =
<u><em>32</em></u>
Answer:
B. 2.2π m² : 3.2π m²
Step-by-step explanation:
Given:
Slant height (l) = 2.2 m
Diameter (d) = 2 m
Radius (r) = ½(2) = 1 m
Required:
Lateral area and surface area
Solution:
✔️Formula for lateral area of a cone = πrl
Plug in the values
Lateral area of the cone = π*1*2.2
Lateral area = 2.2π m²
✔️ Formula for surface area of a cone = πr(l + r)
Plug in the values
Surface area of the cone = π*1(2.2 + 1)
Surface area = π(3.2)
Surface area = 3.2π m²
The answer would therefore be:
2.2π m² : 3.2π m²