Let the number be x, then:-
3x + 12 - 5x = 22
-2x = 10
x = -5
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
Answer:
i believe it's 550 boxes
Step-by-step explanation:
1,650 divided by 3 is 550
i might be wrong so im not sure lol
Answer: a) 84 and b ) 2084
Step-by-step explanation:
Given : Sample standard deviation : s= $22.82
(Population standard deviation is unknown ) , so we use t-test.
Critical value or the 95% confidence intervals :
Formula to find the sample size :
a) E = 5
i.e. Required sample size : n= 84
b) E = 1
i.e. Required sample size : n= 2084