We have 4(k-6)-(3k+2)=-5 and the answer is k=21
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
Is this 2 questions or is it just one whole question?
Answer:
Yes
Step-by-step explanation:
Since we are adding two polynomials
The sum will also be polynomial
Answer:
It will take about 35.439 years to triple.
Step-by-step explanation:
Recall the formula for continuously compounded interest:

where "A" is the total (accrued or future) accumulated value, "r" is the rate (in our case 0.031 which is the decimal form of 3.1%), "P" is the principal, and "t" is the time in years (our unknown).
Notice also that even that the final amount we want to get is three times $48,000. So our formula becomes:

Now,in order to solve for "t" (which is in the exponent, we use logarithms:
