Answer:
No solutions
Step-by-step explanation:

Substitute 3^x with t and we get.

Answer:
50 questions x 10 points = 500 points
500 points x 2 years = <u>1000 points</u>
365 days / 2 = 182 1/2 days
182 1/2 days x 2 years = <u>365 days</u>
Answer:
<u><em>6 quarts</em></u>
Step-by-step explanation:
60% 3 gallons = 1.8 gallons of broth
water = 0% broth
1.8=1.2+0.4x
0.6=0.4x
x=1.5
1.5 gallons = 6 quarts
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.
Answer:
a. The percentage of vehicles who pass through this construction zone who are exceeding the posted speed limit =90.82%
b. Percentage of vehicles travel through this construction zone with speeds between 50 mph and 55 mph= 2.28%
Step-by-step explanation:
We have to find
a) P(X>40)= 1- P(x=40)
Using the z statistic
Here
x= 40 mph
u= 44mph
σ= 3 mph
z=(40-44)/3=-1.33
From the z-table -1.67 = 0.9082
a) P(X>40)=
Probability exceeding the speed limit = 0.9082 = 90.82%
b) P(50<X<55)
Now
z1 = (50-44)/3 = 2
z2 = (55-44)/3= 3.67
Area for z>3.59 is almost equal to 1
From the z- table we get
P(55 < X < 60) = P((50-44)/3 < z < (55-44)/3)
= P(2 < z < 3.67)
= P(z<3.67) - P(z<2)
= 1 - 0.9772
= 0.0228
or 2.28%