Supplementary angles will always add up to 180. If you had a straight line, and you drew another line across that line, the two angles on either side of that line would add up to 180 because a flat line is equal to 180 degrees.
Original balance $1,018.00
Desk cost -$84.00
Computer cost -$372.00
Savings from job +$44.00
Current balance = $606.00
Amount to be added to get original balance:
1018 - 606
= $412.00
Answer:
1,082
Step-by-step explanation:
The sample size n in Simple Random Sampling is given by

where
z = 1.645 is the critical value for a 90% confidence level (*)
s = 2 is the estimated population standard deviation
e = 0.1 mm points is the margin of error
so

rounded up to the nearest integer.
So the manufacturer should test 1,083 parts.
---------------------------------------------------------------------------------------
(*)This is a point z such that the area under the Normal curve N(0,1) outside the interval [-z, z] equals 10% = 0.1
It can be obtained in Excel with
NORMINV(1-0.05,0,1)
and in OpenOffice Calc with
NORMINV(1-0.05;0;1)
Answer:
Step-by-step explanation:
A, B and C must be real numbers, and A and B are not both zero (which would cause division by zero in the calculation of the slope).
The team lost n games.
The team won 8 more games than it lost, so it won n + 8.
The total number of games the team played was n + n + 8, or 2n + 8.
The team played a total of 24 games, so
2n + 8 = 24
We now solve for n.
2n + 8 = 24
2n = 16
n = 8 (lost games)
n + 8 = 8 + 8 = 16 (won games)
Answer: The team won 16 games and lost 8 games.