Answer:
Step-by-step explanation:
<u>Given:</u>
- Investment P = £4900
- Interest rate r = 1.5% or r = 0.015
- Time t = 4 years
- Number of compounds per year n = 1
<u>Find the future amount:</u>
Answer:
x = 22/15
Step-by-step explanation:
17x - 6 + 3x - 5 = x + 11 + 4x
Combine like terms on each side.
20x - 11 = 5x + 11
Add 11 to both sides. Subtract 5x from both sides.
15x = 22
Divide both sides by 15.
x = 22/15
Answer:
The percent error would be 27.27%
Step-by-step explanation:
percent error = \frac{measured - actual}{actual} x 100%
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
You do 1/5 x 125 which equals 25
Step-by-step explanation: