According to your question, there are 2 unknown numbers mentioned.
Let the 2 unknown numbers be represented by the variables x & y, then
x is considered to be one of the numbers being more than y by the addition of 4, .ie.
x = 4 + y --- (1)
The sum of the 2 numbers is 60, i.e.
x + y = 60 --- (2)
To find the smaller number, we solve eqn (1) & (2) using the concept of substitution, i.e. substitute 4 + y for x in eqn (2), i.e.
4 + y + y = 60
4 + 2y = 60
2y = 60 - 4
2y = 56
y = 28 ...Ans.
Recall that x is more than y by 4, then 28 is the smaller number.
Answer:
Science is more interesting for me than math and fun!
Step-by-step explanation:
Answer:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Step-by-step explanation:
For this case first we need to create the sample of size 20 for the following distribution:

And we can use the following code: rnorm(20,50,6) and we got this output:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Answer:
.687
Step-by-step explanation:
six hundred eighty-seven thousandths is 687/1000, or .687.
The domain of this sine function is the entire set of real numbers. Since there is no real value of x for which sin(x) becomes undefined, then the entire set of reals is the domain.
(On the other hand, the range would be from -4 <= y <= 4, since the sine function can only have a value ranging from -1 to 1, and multiplying 4 expands that from -4 to 4.)