X= 9 over 4 is the correct answer
Answer: x = 2/13
Step-by-step explanation:
9x-8=34x-12
Add 12 on both sides and you get
9x+4=34x
Subtract 9x from both sides and you get
4=26x
Divide 26 from both sides to get
X= 4/26
Simlify
x = 2/13
Answer:
Ok what's your question? cna you include the graph?
Answer:
21.53 in of fabric on headbands
7.67 in of fabric on wristbands.
Step-by-step explanation:
Step one:
given data
the total amount of person players plus coaches= 27+4= 31
for each person, she uses = 667.43/31= 21.53 in of fabric on headbands
She also uses 237.87inches of fabric on wristbands for just the players
For each player, she will use= 237.87/31= 7.67 in of fabric
Hence for each player, she used
21.53 in of fabric on headbands
7.67 in of fabric on wristbands
Answer:
90% CI expects to capture u 90% of time
(a) This means 0.9 * 1000 = 900 intervals will capture u
(b) Here we treat CI as binomial random variable, having probability 0.9 for success
n = 1000
p = 0.9
For this case, applying normal approximation to binomial, we get:
mean = n*p= 900
variance = n*p*(1-p) = 90
std dev = 9.4868
We want to Find : P(890 <= X <= 910) = P( 889.5 < X < 910.5) (integer continuity correction)
We convert to standard normal form, Z ~ N(0,1) by z1 = (x1 - u )/s
so z1 = (889.5 - 900 )/9.4868 = -1.11
so z2 = (910.5 - 900 )/9.4868 = 1.11
P( 889.5 < X < 910.5) = P(z1 < Z < z2) = P( Z < 1.11) - P(Z < -1.11)
= 0.8665 - 0.1335
= 0.733