Answer:
A. y = 1.5m + 7
B. at 7 months the baby will weigh 17.5 pounds
C. Since the baby is born weighing 7 pounds, at 0 months he will weigh 7 pounds. This tells us that the y-intercept will be seven. And since the baby is gaining 1.5 pounds every month, this means that the slope will be 1.5 and m will be the x of our y = mx + b equation. For part B, we simply plug in 7 to m and solve by multiplying 1.5 and 7 to get 10.5, then adding 7 to get 17.5.
Answer:
10k.
Step-by-step explanation:
1) if for the 1st position can be used 0-9 digits (10 digits), for the 2d - 0-9 digits, for the 3d - 0-9 digits and for the 4th - 0-9 digits, then
2) the required number of pwd is: 10*10*10*10=10⁴=10000.
The measure of the third side must be less than the sum of the other two. That property is valid for all triangles.
For this question, call x the measure of the third side. So you must have
x < 4 + 3
x < 7 ft
The only option that satisfies the condition above is
option A) 5 ft.
I hope this helps. =)
Answer:
The 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).
Step-by-step explanation:
The (1 - <em>α</em>)% confidence interval for population proportion <em>P</em> is:

The information provided is:
<em>x</em> = number of students who responded as"yes" = 70
<em>n</em> = sample size = 200
Confidence level = 95%
The formula to compute the sample proportion is:

The R codes for the construction of the 95% confidence interval is:
> x=70
> n=200
> p=x/n
> p
[1] 0.35
> s=sqrt((p*(1-p))/n)
> s
[1] 0.03372684
> E=qnorm(0.975)*s
> lower=p-E
> upper=p+E
> lower
[1] 0.2838966
> upper
[1] 0.4161034
Thus, the 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).
You can use Substitution to solve this problem:
4x-y=20
-y=-4x+20
y=4x-20
Now you have two equations, and you use the first one to substitute into the second one.
y=4x-20 and -2x-2y=10
-2x-2(4x-20)=10
-2x-8x+40=10
-10x+40=10
-10x=-30
-x=-3
x=3
Now that we have figured out what x is, we can substitute x in to one of the equations to figure out y.
4x-y=20 x=3
4(3)-y=20
12-y=20
-y=8
y=-8
<em><u>So your answer would be x=3 and y=-8</u></em>