Hi,
The equation looks like this...

Hope this helps.
r3t40
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
What are the other expressions then I can help
Answer: 
<u>Step-by-step explanation:</u>
The explicit rule for a geometric sequence is: 
The information provided is: a₁ =
and r = 5

The value of the truck initially, Ao is
83000
1-0.16=0.84
1-0.26=0.74
After one year the value
Y=83,000×(0.84)=69,720
Y=83,000×(0.74)=61,420
When you compare the results you will see that the graph would fall at a faster rate to the right because the depreciation rate of 26% is higher than the depreciation rate of 16%
Hope it helps