Answer:
<h2>
88859.375 & f(n)= 28000(0.75)×</h2>
Step-by-step explanation:
using the information on the problem a function can can be made
f(n)= 28000(0.75)×
where x is the amount of years
plug in 4 for x in the equation to get
f(4)=8859.375
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
Answer:
180
Step-by-step explanation:
<h3><u>
Answer:</u></h3>
Hence, the value of z is:
20
<h3><u>
Step-by-step explanation:</u></h3>
The point C is the mid point of the line segment VW.
That is it divides the line segment VW into two equal segments.
i.e. Length of segment VC= Length of line segment CW.
Also we are given that:
Length VW=61
Length VC=z+13
and Length CW=z+8
This means that:
VC+CW=VW
i.e. z+13+z+8=61
⇒ 2z+21=61
⇒ 2z=61-21
⇒ 2z=40
⇒ z=20
Hence the value of z is:
20
I am also answering that same question on a website for algebra and have the same question and i think the answer is A.