Answer:
6
Step-by-step explanation:
6+(6+2)+(6×3)=32
32÷(1+1+3)=6•••••2
So it's 6 and 6+2 and 6 times 3
which is 5 of number 6 plus 2
=6+(6+2)+(6×3)
=6+8+18
=32
He earn around $36629 as intrest.
so usually intrested is calculated according to the percentage.
some monthly and annually.
so you cannot have negative number for %
and he gained then there no way .then have negative number..
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
That will be easy. It could be 12/56+3/56 or, 7/56+8/56 or, 10/56+5/56.
Answer:
Tash scores 40 baskets
Step-by-step explanation:
Rani = R
Layla = L
Tash = T
R = 4L
T = 4L-8
As L + R + T = 100
L + 4L + 4L-8 = 100
Collect like terms
9L - 8 = 100
+ 8 both sides
9L = 108
divide by 9 both sides
L = 108 / 9
L = 12
Now..... T = 4L-8 substitute L with 12
T = 48 - 8
T = 40