Answer:
D. (x - 2)(x - 2)
Step-by-step explanation:
x² - 4x + 4 = (x -2)(x -2)
___
The expression matches the form ...
(a +b)² + a² +2ab +b²
where a = x and b = -2
Nick buys 2 shirts and 4 hats for a total of 44.00.If the hats cost 5.00 each, how much does each shirt cost?
If he bought 4 hats for $5 each and he spent a total of $44, he spent $44 - $20 in shirts.
44 - 20 = 24
2 shirts for $24 is 1 for 12
$12 for each shirt
Hope it helps :)
Answer:
1 shirt= $12
Step-by-step explanation
we can make an equation where S= shirts, and H for hats. this would look like 2S+4H=44. now we get the info H=5(dollars). we plug it in to get 2S+4 x 5=44. now we simplify to get 2S+20=44. we subtract 20 from both sides to simplify further to get 2S=24. now we can divide this by 2 on each side to get S=11, and since S is the shirts, it says one shirt is =to 11, or 1 shirt= $12
Which choice is equivalent to the quotient shown here for acceptable values of x?
Answer: OPTION D
Step-by-step explanation:
You need to remember this property:
[tex]\frac{\sqrt{x} }{\sqrt{y} }=\sqrt{\frac{x}{y} }[/tex]
And remember that:
[tex]\frac{a}{a}=1[/tex]
Then, the first step is rewrite the expression:
[tex]\frac{\sqrt{30(x-1)} }{\sqrt{5(x-1)^2}}[/tex] [tex]=\sqrt{\frac{30(x-1)}{5(x-1)^2}} }[/tex]
Now, to find the corresponding equivalent expression, you need to simplify the expression.
Therefore, the equivalent expression is the following:
[tex]\sqrt{\frac{6}{(x-1)}} }[/tex]
Finally, you can observe that this matches with the option D.
Answer:
Choice D
Step-by-step explanation:
The division of the two radicals can be re-written in the following format;
[tex]\frac{\sqrt{30(x-1)} }{\sqrt{5(x-1)^{2} } }[/tex]
Using the properties of radicals division, the expression can further be written as;
[tex]\sqrt{\frac{30(x-1)}{5(x-1)^{2} } }[/tex]
We simplify the terms under the radical sign to obtain;
[tex]\sqrt{\frac{6}{x-1} }[/tex]
Choice D is thus the correct solution
PLEASE HELP ASAP!!! CORRECT ANSWER ONLY PLEASE!!!
If s(x) = 2x^2 + 3x - 4, and t(x) = x + 4 then s(x) · t(x) =
Answer:
A) 2x³+11x²+8x-16
Step-by-step explanation:
When you multiply s(x) by t(x) you get something like this:
[tex]s(x) \times t(x) = (2 {x}^{2} + 3x - 4) \times (x + 4) \\ = 2 {x}^{3} + 3 {x}^{2} - 4x + 8 {x}^{2} + 12x - 16 \\ = 2 {x}^{3} + 11 {x}^{2} + 8x - 16[/tex]
Answer: A) 2x³ + 11x² + 8x - 16
Step-by-step explanation:
s(x) · t(x) = (x + 4)(2x² + 3x - 4)
= x(2x² + 3x - 4) + 4(2x² + 3x - 4)
= 2x³ + 3x² - 4x + 8x² + 12x - 16
= 2x³ + (3x² + 8x²) + (- 4x + 12x) - 16
= 2x³ + 11x² + 8x - 16
56% of men consider themselves professional baseball fans. you randomly select 10 men and ask each if he considers himself a professional baseball fan. find the probability that the number who consider themselves baseball fans is (a) exactly five, (b) at least six, and (c) less than four.
(a) ≈ 0.202, (b) ≈ 0.878, (c) ≈ 0.376, calculated using binomial probability formula with 56% chance for baseball fans.
To solve this problem, we can use the binomial probability formula since we have a fixed number of trials (selecting 10 men) and each trial (man) has two possible outcomes (considering themselves a baseball fan or not).
The binomial probability formula is:
[tex]\[ P(X = k) = \binom{n}{k} \times p^k \times (1 - p)^{n - k} \][/tex]
Where:
- [tex]\( P(X = k) \)[/tex] is the probability of getting exactly \( k \) successes,
- [tex]\( n \)[/tex] is the number of trials (in this case, 10 men),
- [tex]\( k \)[/tex] is the number of successes we are interested in (number of men considering themselves baseball fans),
- [tex]\( p \)[/tex] is the probability of success on each trial (in this case, 56% or 0.56),
- [tex]\( \binom{n}{k} \)[/tex] is the binomial coefficient, representing the number of ways to choose [tex]\( k \)[/tex] successes from [tex]\( n \)[/tex] trials.
Let's solve each part of the problem:
(a) Finding the probability of exactly five men considering themselves baseball fans:
[tex]\[ P(X = 5) = \binom{10}{5} \times (0.56)^5 \times (1 - 0.56)^{10 - 5} \][/tex]
(b) Finding the probability of at least six men considering themselves baseball fans. This is the sum of probabilities of having 6, 7, 8, 9, or 10 successes:
[tex]\[ P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) \][/tex]
(c) Finding the probability of less than four men considering themselves baseball fans. This is the sum of probabilities of having 0, 1, 2, or 3 successes:
[tex]\[ P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) \][/tex]
Let's calculate each part:
(a)
[tex]$\begin{aligned} & P(X=5)=\left(\begin{array}{c}10 \\ 5\end{array}\right) \times(0.56)^5 \times(1-0.56)^{10-5} \\ & =\left(\begin{array}{c}10 \\ 5\end{array}\right) \times(0.56)^5 \times(0.44)^5 \\ & \approx 0.202\end{aligned}$[/tex]
(b)
[tex]\[ P(X \geq 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) \]\[ = \sum_{k=6}^{10} \binom{10}{k} \times (0.56)^k \times (0.44)^{10 - k} \]\[ \approx 0.878 \][/tex]
(c)
[tex]$\begin{aligned} & P(X < 4)=P(X=0)+P(X=1)+P(X=2)+P(X=3) \\ & =\sum_{k=0}^3\left(\begin{array}{c}10 \\ k\end{array}\right) \times(0.56)^k \times(0.44)^{10-k} \\ & \approx 0.006+0.034+0.111+0.225 \\ & \approx 0.376\end{aligned}$[/tex]
So, the probabilities are:
(a) [tex]\( \approx 0.202 \)[/tex]
(b) [tex]\( \approx 0.878 \)[/tex]
(c) [tex]\( \approx 0.376 \)[/tex]
There is a lightning rod on top of a building. From a location 500 feet from the base of the building, the angle of elevation to the top of the building Is measured to be 36 degrees. From the same location, the angle of elevation to the top of the lightning rod is measured to be 38 degrees. Find the height of the lightning rod. Round to the nearest foot.
The answer is:
The height of the lightning rod is 27.4 feet.
Why?To solve the problem, we need to use the given information about the two points of observation, since both are related (both finish and start at the same horizontal distance) we need to write to equations in order to establish a relationship.
So, writing the equations we have:
We know that the angle of elevation from the base of the buildings is 36°
Also, we know that from the same location, the angle of elevation to the top of the lightning rod is 38°.
Using the information we have:
To the top of the building:
[tex]tan(\alpha )=\frac{DistanceToTheTopOfTheBuilding}{BuildingBase}\\\\tan(36\°)=\frac{DistanceToTheTopOfTheBuilding}{BuildingBase}[/tex]
To the top of the lightning rod:
[tex]tan(\alpha )=\frac{DistanceToTheTopOfTheLightningRod}{BuildingBase}\\\\tan(38\°)=\frac{DistanceToTheTopOfTheLightningRod}{BuildingBase}[/tex]
Now, isolating we have:
[tex]tan(36\°)=\frac{DistanceToTheTopOfTheBuilding}{BuildingBase}\\\\DistanceToTheTopOfTheBuilding=tan(36\°)*BuildingBase \\\\DistanceToTheTopOfTheBuilding=tan(36\°)*500feet=363.27feet[/tex]
Also, we have that:
[tex]tan(38\°)=\frac{DistanceToTheTopOfTheLightningRod}{BuildingBase}\\\\DistanceToTheTopOfTheLightningRod=tan(38\°)*BuildingBase\\\\DistanceToTheTopOfTheLightningRod=tan(38\°)*500feet=390.64feet[/tex]
Therefore, if we want to calculate the height of the lightning rod, we need to do the following:
Let "x" the distance to the top of the building and "y" the distance to the top of the lightning rod, so:
[tex]LightningRodHeight=y-x=390.64feet-363.27feet=27.37feet[/tex]
Rounding to the nearest foot, we have:
[tex]LightningRodHeight=y-x=390.64feet-363.27feet=27.37feet=27.4feet[/tex]
Hence, the answer is:
The height of the lightning rod is 27.4 feet.
Have a nice day!
To find the height of the lightning rod, create two right triangles using the tangent function and the given angles of elevation. Use the distance from the base to the location as the base of both triangles. Calculate the height of the building and the height of the lightning rod separately using trigonometry.
Explanation:To find the height of the lightning rod, we can use the concept of trigonometry and create a right triangle with the base of the triangle as the distance from the base of the building to the location, the height of the building as the vertical side of the triangle, and the angle of elevation to the top of the building as one of the acute angles. Using the tangent function, we can calculate the height of the building to be approximately 287 feet. Next, we can create another right triangle with the same base the height of the lightning rod as the vertical side, and the angle of elevation to the top of the lightning rod as one of the acute angles. Again, using the tangent function, we can calculate the height of the lightning rod to be approximately 310 feet. Therefore, the height of the lightning rod is approximately 310 feet.
Learn more about Trigonometry here:https://brainly.com/question/11016599
#SPJ11
A town doubles its size every 30 years. If the population is currently 10,000, what will the population be in 60 years?
Answer: 20,000
Step-by-step explanation:
every 30 years 10,000 adds to the population
30 years=10,000 people
60 years=20,000 people
Define the following terms. Be sure to write the definitions in your own words and use complete sentences, proper grammar, and spelling.
Mean :
Median:
Mode:
Range:
Outlier:
Answer: Here...
Step-by-step explanation:
Mean: The average of the numbers so add them up then divide by how many numbers you added
Median: The middle number of the numbers in numerical order
Mode: The number that is repeated the most often
Range: The smallest number subtracted from the larger number
Outlier: A data point or observation that is not with the others so basically the odd one out
Hope this helps Brainliest plz
Which function is represented by the table of values below?
Answer:
If im correct from the way this is set up, I believe it is C
Step-by-step explanation:
Answer:
Your answer would be A) y=-x+1
Step-by-step explanation:
Looking at each value in the table you can take x, make it a negative, then add 1 for it to equal y. Hope this helped and have a wonderful day!
What is the phase shift of y = cos(3x - 3pi/4 )?
Use the form
a
cos
(
b
x
−
c
)
+
d
acos(bx-c)+d
to find the variables used to find the amplitude, period, phase shift, and vertical shift.
a
=
4
a=4
b
=
3
b=3
c
=
π
4
c=π4
d
=
0
d=0
Find the amplitude
|
a
|
|a|
.
Amplitude:
4
4
Find the period using the formula
2
π
|
b
|
2π|b|
.
Tap for more steps...
Period:
2
π
3
2π3
Find the phase shift using the formula
c
b
cb
.
Tap for more steps...
Phase Shift:
π
12
π12
Find the vertical shift
d
d
.
Vertical Shift:
0
0
List the properties of the trigonometric function.
Amplitude:
4
4
Period:
2
π
3
2π3
Phase Shift:
π
12
π12
(
π
12
π12
to the right)
Vertical Shift:
0
0
i think ;-;
Answer:
[tex]\frac{\pi }{4}[/tex]
Step-by-step explanation:
The standard form of the cosine function is
y = a cos(bx + c)
where a is the amplitude, period = [tex]\frac{2\pi }{b}[/tex] and
phase shift = - [tex]\frac{c}{b}[/tex]
here b = 3 and c = - [tex]\frac{3\pi }{4}[/tex], hence
phase shift = - [tex]\frac{-\frac{3\pi }{4} }{3}[/tex] = [tex]\frac{\pi }{4}[/tex]
Which system of equations does this graph represent?
A. y = x^2 − 6
y = −x − 4
B. y = x^2 + 6
y = x + 4
C. y = x^2 + 4
y = −x + 4
D. y = x^2 − 6
y = x − 4
Answer:
Option D
y = x^2 − 6
y = x − 4
Step-by-step explanation:
we know that
The y-intercept of the quadratic equation is the point (0,-6) (see the graph)
Could be option A or option D
The y-intercept of the linear equation is the point (0,-4) and the x-intercept is the point (4,0)
Could be option D
therefore
The system of equations is the option D
Verify
[tex]y=x^{2}-6[/tex]
[tex]y=x-4[/tex]
using a graphing tool
see the attached figure
The system of equations is the option D
Answer:
5
Step-by-step explanation:
.
.
.
PLEASE HELP SHOW YOUR WORKING OUT Branliest
Answer:
The equation of this line is therefore y = 2x + 3.
Step-by-step explanation:
this line passes thru the points (0, 3) and (3, 9). As we move from (0, 3) to (3, 9), x increases by 3 and y increases by 6. Thus, the slope of this line is
m = rise / run = 6/3, or m = 2. Inserting the known info (m = 2, x = 0, y = 3) into y = mx + b, we get: 3 = 2(0) + b, so we see that b = 3.
The equation of this line is therefore y = 2x + 3.
1. You are given a margin of error as 3 percentage points and a confidence level of 99%. If the sample percentage from a recent poll is 35%, find the minimum sample size to estimate a population proportion.
a.496
b.2579
c.1677
d.248
2. You are given E = 0.020, a confidence level of 90% and a sample proportion of 85% recent survey. Find the minimum sample size to estimate a population proportion.
a.1225
b.259
c.5751
d.863
3. Given n = 875 and p^ = 0.45, find the margin of error E that corresponds to a 95% confidence level
a.0.001
b.0.016
c.0.044
d.0.033
Answer:
1677
Step-by-step explanation:
Answer:
Step-by-step explanation:
1) p=0.35 and q = 0.65
Std error =[tex]\sqrt{\frac{0.35*0.65}{n} }[/tex]
Margin of error = 2.58*std error = 3%
i.e. [tex]2.58*0.477/\sqrt{n}= 0.03\\n = 1683\\[/tex]
Approximately 1677
2) Same method as above
Margin of error = 1.645 * [tex]\sqrt{\frac{0.85(0.15)}{n} }[/tex]=0.02
Hence n = 863
3) Margin of error = 1.96*[tex]\sqrt{\frac{0.45(0.55)}{875} }[/tex]
=0.0329
=0.033
(option d)
Express 4.54545454545... as a rational number, in the form pq where p and q are positive integers with no common factors.
Answer:
the final answer is 50/11
Step-by-step explanation:
Here let's regard the first number of this geometric series as 0.54, holding the 4 to include later. The next is 0.0054, the next 0.000054, and so on.
Thus, the common ratio is 1/100. Then the sum of the infinite series, not including that 4, is
a 0.54 0.54
-------- = ------------ = ------------
1 - r 1 - 1/100 99/100
54
Multiplying both 0.54 and 99/100 by 100 results in ------- and this
99 0.545454....
Now add the 4 back in, obtaining 4 54/99, or (396 + 54) / 99.
This is the same as 450 / 99. You can readily check with a calculator to see whether this is equivalent to the given 4.54545454545...
Note that 450/99 is in the form p/q (not pq), where p and q are positive integers. But also note that 450/99 can be reduced to 150/33, or
50/11. A calculator will show you that 50/11 is equivalent to the given 4.54545454545...
Hence, the final answer is 50/11 (in the form p/q, NOT pq).
The number 4.54545454545... can be expressed as a rational number in the form of p/q as 50/11.
Explanation:To express the given number 4.54545454545... as a rational number in the form p/q, we need to use the concept of repeating decimals.
Let x = 4.54545... We can then write 100x = 454.54545... Subtracting the first equation from the second, we get 99x = 450. Solving for x gives us x = 450/99.
This fraction can be simplified further by dividing both the numerator and the denominator by their greatest common divisor. In this case, 450 and 99 share a common factor of 9. Dividing both numbers by 9 gives us 50/11, which is the simplest form of this fraction.
Therefore, 4.54545454545... as a rational number in the form p/q is 50/11.
Learn more about Repeating Decimals here:https://brainly.com/question/31325113
#SPJ11
Select ALL the correct answers.!!!!
Observe the expression below and select the true statement(s)
3y(7 + 2x) + 9xy - 10
1. The "(7 + 2x)" in the first term is a factor.
2. The "9" in the second term is a coefficient,
3. The "3" in the first term is a factor
4.The "10" in the third term is a coefficient
5. The "2" in the first term is a constant,
6. The "x in the second term is an exponent
Answer: The true statements are:
The "(7 + 2x)" in the first term is a factor.
The "9" in the second term is a coefficient.
The "3y" in the first term is a factor.
Step-by-step explanation:
Answer:
Option 1 and 2.
Step-by-step explanation:
Given : Expression [tex]3y(7 + 2x) + 9xy - 10[/tex]
To find : Observe the expression below and select the true statement(s)?
Solution :
Using definition mentioned below :
Term is defined as a single numbers, variables, or the product of a number and variable. Factor is defined as one part of a product.Coefficient is defined as a number multiplied by a variable.Constant is defined as the term without variable.Exponent is defined as the power.We can say that statements which are true are
1) The "(7 + 2x)" in the first term is a factor.
2) The "9" in the second term is a coefficient.
Rest are false.
Therefore, option 1 and 2 is correct.
Mrs thompson plans to carpet her bedroom which is in the shape of a rectangle. The room is 15 feet by 19 feet. How many square feet of carpet does she need
Answer:
I think it is 285 bc 15*19 is 285
HELP WITH THIS QUESTION, PLEASE!!
Answer:
74°
Step-by-step explanation:
The given congruence relations mean ...
3x -7 = 6x -88
81 = 3x . . . . . . . add 88-3x
(3x -7)° = (81 -7)° = 74°
The measure of angle XMZ is 74°.
Which situation can be modeled by the inequality 50−12x≥8?
The situation that can be modeled by the given inequality is required.
Option D. is correct.
Let [tex]x[/tex] be the number of T shirts bought
The initial amount of money is $50
The savings should be at least $8 so more than or equal to $8.
The required inequality is [tex]50-12x\geq 8[/tex]
The inequalities of the other options that are not correct are
C. [tex]50-12x<8[/tex]
Here, [tex]x[/tex] is number of weeks
B. [tex]50-12x\geq 8[/tex]
Here [tex]x[/tex] is the number of packages bought.
So, [tex]12x[/tex] will be the total number of pretezels[/tex]
A. [tex]50-8x<12[/tex]
Here [tex]x[/tex] is the number of weeks.
So, option D. is correct.
Learn more:
https://brainly.com/question/13747289?referrer=searchResults
Please help me out !!!!!!
Answer:
101.956 cm²
Step-by-step explanation:
The area (A) of a parallelogram is calculated using the formula
A = bh ( b is the base and h the perpendicular height )
here b = 14.2 and h = 7.18, hence
A = 14.2 × 7.18 = 101.956 cm²
udy has a sugar cone and wants to know how many cubic inches of ice cream it will hold if it is filled completely to the top of the cone and no more. The cone has a height of 4.5 inches and a radius of 1.5 inches.
A) 7.1 cubic inches
B) 10.6 cubic inches
C) 14.1 cubic inches
D) 31.8 cubic inches
Answer:
B) 10.6 cubic inches
Step-by-step explanation:
Vol = (1/3) base area × hight = (1/3)π×1.5²×4.5
The graph of this system of equations is used to solve 4x2-3+6=2x4-9x3+2x What represents the solution set?
y intercepts of the graph
x intercepts of the graph
y coordinates of the intersection points
x coordinates of the intersection points
ANSWER
x coordinates of the intersection points
EXPLANATION
The given system of equations is:
[tex]y = 4 {x}^{2} - 3x + 6[/tex]
[tex]y = 2 {x}^{4} - 9 {x}^{3} + 2x[/tex]
We want to use the graph of these functions to solve
[tex] 4 {x}^{2} - 3x + 6 = 2 {x}^{4} - 9 {x}^{3} + 2x [/tex]
The point of the intersection of the graph gives the solution to the simultaneous equation above.
Hence the x-coordinates of the intersection points gives the solution set of
[tex]4 {x}^{2} - 3x + 6 = 2 {x}^{4} - 9 {x}^{3} + 2x [/tex]
The last choice is correct.
Answer: It's D
Step-by-step explanation:
A sports company wants to package a ball with a 1.5-inch radius in sets of two. They have two options: a cylinder or a square prism.
The company wants to use the package that has the least amount of wasted space. The company should choose
a.)the prism because it has approximately 11.6 in.3 less wasted space than the cylinder.
b.)the prism because it has approximately 14.1 in.3 less wasted space than the cylinder.
c.)the cylinder because it has approximately 11.6 in.3 less wasted space than the prism.
d.)the cylinder because it has approximately 14.1 in.3 less wasted space than the prism.
Answer:
Option c.) the cylinder because it has approximately 11.6 in.3 less wasted space than the prism.
Step-by-step explanation:
step 1
Find the volume of one ball
The volume of the sphere is equal to
[tex]V=\frac{4}{3}\pi r^{3}[/tex]
we have
[tex]r=1.5\ in[/tex]
[tex]V=\frac{4}{3}(3.14)(1.5)^{3}=14.13\ in^{3}[/tex]
therefore
The volume of two balls is
[tex](2)*14.13=28.26\ in^{3}[/tex]
step 2
Find the volume of the cylinder
The volume of the cylinder is equal to
[tex]V=\pi r^{2}h[/tex]
we have
[tex]r=1.5\ in[/tex]
[tex]h=1.5*4=6\ in[/tex]
substitute
[tex]V=(3.14)(1.5)^{2}(6)=42.39\ in^{3}[/tex]
therefore
The wasted space with the cylinder is equal to
[tex]42.39\ in^{3}-28.26\ in^{3}=14.13\ in^{3}[/tex]
step 3
Find the volume of the square prism
The volume of the square prism is equal to
[tex]V=b^{2}h[/tex]
we have
[tex]b=1.5*2=3\ in[/tex]
[tex]h=1.5*4=6\ in[/tex]
substitute
[tex]V=(3)^{2}(6)=54\ in^{3}[/tex]
therefore
The wasted space with the prism is equal to
[tex]54\ in^{3}-28.26\ in^{3}=25.74\ in^{3}[/tex]
step 4
Find the difference of the wasted space
[tex]25.74\ in^{3}-14.13\ in^{3}=11.61\ in^{3}[/tex]
Answer:
C. the cylinder because it has approximately 11.6 in.3 less wasted space than the prism.
Step-by-step explanation:
if you find the volumes of both shapes and subtract the volumes of the two balls and then subtract the two remaining values you get a difference of 11.6 inches. This makes the cylinder smaller and therefore uses less space.
The times it takes runners to complete a certain marathon are normally distributed with a mean of 4.6 hours and a standard deviation of 1.1 hours.
What is the time for a runner with a z-score of −1.2 ?
Enter your answer, rounded to the nearest hundredth, in the box.
The Answer will be 3.28 h
hope this will Help:)
Answer:
3.28
Step-by-step explanation:
z score is:
z = (x - μ) / σ
For z = -1.2, μ = 4.6, and σ = 1.1:
-1.2 = (x - 4.6) / 1.1
x = 3.28
At a festival 2/7 of number of girls was equal to 3:5 of the number of boys. There were 165 fewer boys than girls, how many children were at the festival in all.
Answer:
[tex]\boxed{365}[/tex]
Step-by-step explanation:
Let g = number of girls
and b = number of boys
We have conditions (1) and (2):
[tex]\begin{array}{lrcll}(1) &\frac{2}{7}g & = & \frac{3}{5}b & \\(2) & g - b & = & 165 &\\(3) & 10g & = & 21b & \text{Multiplied each side of (1) by lcm of denominators}\\(4)& g & = & 165 + b &\text{Added b to each side of (2)}\\ & 10(165 + b) & = & 21b & \text{Substituted 4 into (3)} \\\end{array}[/tex]
[tex]\begin{array}{lrcll} & 1650 + 10b & = & 21b & \text{Distributed the 10} \\ & 1650 & = & 11b & \text{Subtracted 10b from each side} \\ (5) & b & = & 150 &\text{Divided each side by 11} \\ & g - 150 & = & 165 & \text{Substituted (5) into (2)} \\ & g & = & 215 &\text{Added 150 to each side} \\\\ & g + b & = & 365 &\text{Added girls and boys} \\\end{array}[/tex]
[tex]\text{The number of children at the festival was \boxed{\textbf{365}}}[/tex]
Check:
[tex]\begin{array}{rlcrl}\frac{2}{7}\times315& = \frac{3}{5} \times150 & \qquad & 315 - 160 & =165\\90 & = 90& \qquad & 165 & = 165\end{array}[/tex]
What is the value of (gof)(4)
F(x)=3-x; g(x)=4x+1
Answer:
-3
Step-by-step explanation:
[tex]f(x) = 3 - x[/tex]
[tex]g(x) = 4x + 1[/tex]
[tex]h(x) = (g \bullet f) (x) = g(f(x)) \\ = 4(3 - x) + 1 \\ = 13 - 4x[/tex]
then
[tex]h(4) = 13 - 4 \times 4 = - 3[/tex]
Use technology or a z-score table to answer the question.
The lengths of green beans for sale at a supermarket are normally distributed with a mean of 11.2 centimeters and a standard deviation of 2.1 centimeters. Consider a bag of 150 green beans.
How many green beans will be 13 centimeters or shorter?
Answer:
121
Step-by-step explanation:
First, we find the z-score for 13 cm:
z = (x - μ) / σ
z = (13 - 11.2) / 2.1
z = 0.86
Next, we use a calculator or a z-score table to find P(x<0.857).
P(x<0.86) = 0.8051
So the number of green beans in a bag of 150 less than or equal to 13 cm is:
0.8051 * 150
121
The number of green beans that is 13 centimeters or shorter will be 121. Then the correct option is C.
What is the z-score?The z-score is a statistical evaluation of a value's correlation to the mean of a collection of values, expressed in terms of standard deviation.
The z-score is given as
z = (x - μ) / σ
Where μ is the mean, σ is the standard deviation, and x is the sample.
The z-score is given as,
z = (13 - 11.2) / 2.1
z = 1.8 / 2.1
z = 0.587
The number of green beans that is 13 centimeters or shorter will be given as,
⇒ 150 x P(z ≤ 0.587)
⇒ 150 x 0.8023
⇒ 121
Thus, the correct option is C.
More about the z-score link is given below.
https://brainly.com/question/15016913
#SPJ3
In EFGH find the measure of GFH !!!! PLEASE HELP!!!!
Need to graduate.
A. 30
B. 120
C. 60
D. 90
Answer:
C
Step-by-step explanation:
Since EF and GH are parallel lines then
∠EGF = ∠GFH = 60° ( Alternate angles )
Is the square root of 5/8 rational or irrational? I think it's irrational, but I'm not sure because it's not a repeating decimal and it doesn't terminate, so I'm pretty sure it's irrational. Pls double check my thinking!
Your Right It Is Irrational
Find the equation of the cosine graphed.
Answer:
C) y = -cos(x) +2
Step-by-step explanation:
The centerline is 2, so 2 is added. That leaves out choices A and B.
There is a minimum (not a maximum) at x=0, so the multiplier is negative, eliminating choice D.
The correct equation is that of C: y = -cos(x) +2.
Geometry help needed, thanks!!
Use a calculator to find the cos 48° to the nearest thousandth.
0.669
0.770
0.743
0.640
Find the value of x in the triangle below to the nearest hundredth. (Picture below)
7.73 cm
23.78 cm
8.12 cm
20.46 cm
Answer:
Part 1) 0.669
Part 2) x=23.78 cm
Step-by-step explanation:
Part 1) we have
cos(48°)
Using a calculator
cos(48°)=0.66913
Round to the nearest thousandth
0.66913=0.669
Part 2) we know that
In the right triangle of the figure
The cosine of angle of 18 degrees is equal to divide the adjacent side to the angle of 18 degrees by the hypotenuse of the right triangle
so
cos(18°)=x/25
x=(25)cos(18°)=23.78 cm
Answer:
Use a calculator to find the cos 48° to the nearest thousandth: A. 0.669
Find the value of x in the triangle below to the nearest hundredth.: B. 23.78 cm
Step-by-step explanation:
I just did these questions and these were the answers that were right for me. Hope this helps!
PLEASE HELP ASAP!!! CORRECT ANSWER ONLY PLEASE!!!
When Mrs. Myles gave a test, the scores were normally distributed with a mean of 72 and a standard deviation of 8. This means that 95% of her students scored between which two scores?
Answer:
C.
Step-by-step explanation:
Answer: c) 56 and 88
Step-by-step explanation:
95% is 2 standard deviations above and below the mean.
72 ± 2(8)
= 72 ± 16
= 56 and 88