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:
can you elaborate more on your question please
if this is the question or similar. An exponential function is given in the form f(x)-a*bx. If f(0)=3 and f(1)=15, what's the value of f(-2)?
this is how to solve it:
f(0) = 3 = a*b0 Therefore 3 = a (1)
f(0) = 3 = a*b0 Therefore 3 = a (1) f(1) = ab = 15
f(0) = 3 = a*b0 Therefore 3 = a (1) f(1) = ab = 15 3b =15
f(0) = 3 = a*b0 Therefore 3 = a (1) f(1) = ab = 15 3b =15 b =5
f(0) = 3 = a*b0 Therefore 3 = a (1) f(1) = ab = 15 3b =15 b =5 a =3 b =5
f(0) = 3 = a*b0 Therefore 3 = a (1) f(1) = ab = 15 3b =15 b =5 a =3 b =5 f(-2) = 3.5-2 = 3/25
Answer:
The last one, the first one, the first one
The values would be F(x)=-8
Answer:
A. p + q = b
D. p · q = c
Step-by-step explanation:
<em><u>It's best to look at an example, such as this:</u></em>
<em><u /></em>
<em><u>And it's factored form is:</u></em>
(x - 5) (x - 7)
<u>As you can see, if you add -5 (p) and -7 (q), you get -12 (b). Then, if you multiply -5 (p) and -7 (q), you get 35 (c).</u>