Answer:
The answer be the 2 one
Step-by-step explanation:
I do it and it come right
Sketch the graph that has an area of 0.89 under the standard normal curve and to the right of the z-score. Then find the associated z-score.
The normal distribution is also known as the Gaussian distribution. The correct option is D, while the z-score is -2.29.
What is Normal Distribution?The normal distribution, also known as the Gaussian distribution, is a symmetric probability distribution about the mean, indicating that data near the mean occur more frequently than data distant from the mean. The normal distribution will show as a bell curve on a graph.
Since the normal distribution is symmetrical about the mean. Therefore, 0.89 area from the left will be equal to 0.11 area from the right. Therefore, the correct option is D, while the z-score is -2.29.
Learn more about Normal Distribution:
https://brainly.com/question/15103234
#SPJ1
4 Pencils and 2 rulers cost $8. 2 pencils and 4 rulers cost $10. Find the cost of 3 rulers and 3 pencils
Answer:
4 pencil & 2 ruler = $8
2 pencil & 4 ruler = $10
let the no. of Pencil be X and no. of ruler be Y
4x + 2y = 8
2x + 4y= 10
solving the equation by elimination method,
multiplying eq 2 with 2
4x + 2y = 8
4x + 8y = 20
subtracting,
- 6 y = -12
y = 2
2x + 4(2)= 10
2x + 8 = 10
2x = 10 - 8
2x = 2
x = 1
Cost of 3 ruler + 3 pencil
= 3(1) + 3(2)
= 3 + 6
= 9
= $9Answer:
$9
Step-by-step explanation:
pencil - p
ruler - r
4p + 2r = 8
2p + 4r = 10
4p + 2r = 8 {finding p in terms of r so we can substitiute it}
- 2r -2r
4p = 8 - 2r
÷ 2 ÷2
2p = 4 - r {now, we can replace "2p" in our other equation}
2p + 4r = 10 becomes...
[4 - r] + 4r = 10
4 - r + 4r = 10
4 + 3r = 10
- 4 -4
3r = 6
÷3 ÷3
r = 2
when we have 4 pencils and 2 rulers, we have:
4p + 2[2] = 8
4p + 4 = 8
-4 -4
4p = 4
÷4 ÷ 4
p = 1
{checking with our other equation:
p = 1 ; r = 2
2p + 4r = 10
2[1] + 4[2] = 10
2 + 8 = 10
10 = 10
TRUE STATEMENT;
confirms our variables}
so , we have found that the cost of a pencil is $1, and the cost of a ruler is $2,
p = 1 ; r = 2
so, let's solve our original problem:
3 rulers + 3 pencils = ?
3(2) + 3(1) = ?
6 + 3 = 9
so, the cost of this combination would be $9
hope this helps!! have a lovely day :)
The boundary of a park is shaped like a circle. The park has a rectangular playground in the center and 2 square flower beds, one on each side of the playground. The length of the playground is l and its width is w. The length of each side of the flower beds is a. Which two equivalent expressions represent the total fencing material required to surround the playground and flower beds? Assume that the playground and beds do not overlap.
The total fencing material required to surround the playground of length l and width w and 2 flower beds of side a is 2 ( l + b ) + 8a units.
What is perimeter of square or rectangle?The perimeter of a two-dimensional shape is the total length of the outline.
Perimeter of rectangle = 2 ( l + b ).
Perimeter of square = 4 × side.
Given the length of the playground is l and its width is w and the length of each side of the flower beds is a.
The total fencing material required = perimeter of playground + 2 * Perimeter of flower bed.
= 2 ( l + w ) + 2 * 4a
= 2 ( l + w ) + 8a units.
Therefore, The total fencing material required to surround the playground and flower beds is 2 ( l + w ) + 8a units.
The question seems incomplete, its options could be:
2 ( l + w ) + 8a 2 ( l - w ) + 8a 2 ( l + w ) + 4a 2 ( l - w ) + 4aLearn more about perimeter here:
https://brainly.com/question/9369181
#SPJ1
Hello what is the next number in the sequence 7, 11, 2, 18, -7, ?
The next number in the sequence 7, 11, 2, 18, -7, would be -11.
What is the number pattern?A number pattern is a pattern in a series of numbers that represents the common relationship between the numbers.
Given sequence;
7, 11, 2, 18, -7,
We can see that the fifth term is similar to the first term, except for the negative.
So, we can conclude that the integers start from the fifth term and leads to the next term as a negative of the second one.
Therefore, The next number in the sequence 7, 11, 2, 18, -7, would be -11.
Learn more about a number pattern:
brainly.com/question/14471389
#SPJ1
How is the two point formula used to find the equation of a line when 2 points are known? a. taking the change in y over the change in x c. dividing the first y by the first x b. taking the change in x over the change in y d. dividing the first x by the first y Please select the best answer from the choices provided A B C D
Taking the change in y over the change in x. Then the correct option is A.
What is the equation of a line passing through two points?Suppose the given points are (x₁, y₁) and (x₂, y₂), then the equation of the straight line joining both two points is given by
[tex]\rm (y - y_1) = \left [ \dfrac{y_2 - y_1}{x_2 - x_1} \right ] (x -x_1)[/tex]
The equation of the line can be determined by the two known points.
Taking the change in y over the change in x.
Then the correct option is A.
Learn more about straight-line equations here:
https://brainly.com/question/380976
#SPJ1
Construct a linear equation for the linear data presented in the table
Answer:
y = -7x
Explanation:
Take two points from table: (-4, 28), (-3, 21)
Find slope:
[tex]\sf slope: \dfrac{y_2 - y_1}{x_2- x_1} \ \ where \ (x_1 , \ y_1), ( x_2 , \ y_2) \ are \ points[/tex]
[tex]\rightarrow \sf slope\ (m): \dfrac{21-28}{-3-(-4)} = -7[/tex]
Now find equation:
[tex]\sf y - y_1 = m (x - x_1)[/tex]
[tex]\rightarrow \sf y - 21 = -7(x - (-3))[/tex]
[tex]\rightarrow \sf y = -7(x +3) + 21[/tex]
[tex]\rightarrow \sf y = -7x -21 + 21[/tex]
[tex]\rightarrow \sf y = -7x[/tex]
Slope
m=y/xm=14/-2m=-7Equation of line
y=mx+0y=-7xWhich values of a, b, and c represent the answer in simplest form?
5 3
b
8 8
a=1, b=3, c = 2
a=1, b=40, c= 24
a=1, b=16, c = 24-
a=1,b=2, c=3
The value of a is 1 , b = 3 , c = 4 , Option B is the correct answer.
The correct question is
Which values of a, b, and c represent the answer in simplest form?
7/9 divided by 4/9 = [tex]\rm a\dfrac{b}{c}[/tex]
1: a = 1, b = 4, c = 3
2: a = 1, b = 3, c = 4
3: a = 1, b = 63, c = 36
4: a = 1, b = 36, c = 63
What is reducing to simplest Form ?Reducing to simplest form means to reduce to an extent where the numerator and denominator have nothing in common to be cancelled out.
It is given in the question that
(7/9) / (4/9) = [tex]\rm a\dfrac{b}{c}[/tex]
It can also be written as
(7*9)/(4*9) = [tex]\rm a\dfrac{b}{c}[/tex]
7/4 = [tex]\rm a\dfrac{b}{c}[/tex]
[tex]\rm 1 \dfrac{3}{4} = a\dfrac{b}{c}[/tex]
Therefore the value of a is 1 , b = 3 , c = 4 , Option B is the correct answer.
To know more about Simplest form
https://brainly.com/question/290068
#SPJ1
3x2+14x=−11 solve for x
x= -.55
6x+14x=11
20x=-11
x=-11/20
Solve the linear programming problem.
Maximize
P=40x + 50y
Subject to
2x+y ≤ 14
x+y ≤ 8
x + 2y ≤ 12
x, y 20
Answer:
x = y = 4
Step-by-step explanation:
A 2-variable linear programming problem is nicely solved by graphing. The solution will be one of the vertices of the solution set. The attached graph shows that means it is one of (x, y) = [(0, 0), (0, 6), (4, 4), (6, 2), (7, 0)}.
__
Evaluating the objective function at each of these vertices will show you the solution that maximizes it.
(0, 0) -- P = 40·0 +50·0 = 0
(0, 6) -- P = 40·0 +50·6 = 300
(4, 4) -- P = 40·4 +50·4 = 360
(6, 2) -- P = 40·6 +50·2 = 340
(7, 0) -- P = 40·7 +50·0 = 280
_____
Additional comment
The solution set would ordinarily be the area that is covered by the shading that signifies the solution set of each of the 5 inequalities. 5 different overlapping shadings can make the graph quite messy, so we have elected to shade the areas that are NOT part of the solution set. In doing so, we have made the boundary lines dashed when they are part of the solution set
The possible solutions are the vertices of the white space on the graph.
The black line on the graph is the line corresponding to the maximum value of the objective function. To maximize the objective function, we want that line as far from the origin as possible. It is shown intersecting the vertex of the solution space that meets that condition.
rewrite each pair of fractions to have the same denominator 1/3 and 1/4
Answer:
1/3 and 1/4
multiplying 1/3 by 1/4 and 1/4 by 1/3 we get
1/3 * 1/4
1 *1 /3*4
1/12
1/4 * 1/3
1*1 / 4*3
1/12
now, both have same denominator.
Which interval describes where the graph of the function is positive?
Answer:
D is the correct answer.
Step-by-step explanation:
Find the portion of the graph that is above the x-axis.
Answer:
D
Step-by-step explanation:
Coming in from - inf the graph is positive and remains so until yo get to x = -1 <==== then it is zero and continues to negative values
Write this expression in simplified terms.
3×√3×6×√6
Answer:
54√2
Step-by-step explanation:
A carpenter wants to cut an 84 inches long board into two-pieces such that one piece is twice as long as the other piece. Set up an equation and find the length of each piece.
Answer:
small piece = 28 inches
large piece = 56 inches
Step-by-step explanation:
The carpenter has one piece of wood 84 inches long. He wants to cut that piece of wood into two pieces. One piece will be 2 times as long as the other. Let's let x = the small piece of wood
2x + x = 84
In this equation, the longer piece is 2 times the shorter piece and the shorter piece is added, which equals 84 inches. Lets solve:
2x + x = 84
3x = 84
3x/3 = 84/3
x = 28
This means that the shorter piece is 28 inches. To find the longer piece, multiply 28 by 2 because the longer piece is twice the shorter piece. Therefore the longer piece is
28 × 2 = 56
Finally, we figured out that the short piece is 28 inches and the longer piece is 56 inches
We can double check this by doing 56 + 28 and making sure it equals 84
Aisle 2 of a furniture store stocks 4-legged chairs, 4-legged tables, and 3-legged stools. If there are t tables, c chairs, and s stools, which expressions show the total number of furniture legs in aisle 2?
The expressions show the total number of furniture legs in aisle 2 is 4t + 4c + 3s.
What is total number?
A quantity obtained by the addition of a group of numbers.
Given number of tables = t, chairs = c and stools = s.
The total number of furniture legs = 4 * t + 4 * c + 3 * s.
= 4t + 4c + 3s.
Therefore, the expressions which show the total number of furniture legs in aisle 2 is 4t + 4c + 3s.
To know more about total number, link is given below:
https://brainly.com/question/27541895
#SPJ1
Solve x: 60 pts if u can figure it out and the first one gets brainiest answer
3x+99x=1188
Is this even possible to work out????
Answer:
11.65
Step-by-step explanation:
3x+99x=102x
1188/102=11.65
[tex]\huge\text{Hey there!}[/tex]
[tex]\mathsf{3x + 99x = 1,188}[/tex]
[tex]\large\textbf{COMBINE the LIKE TERMS}[/tex]
[tex]\mathsf{(3x + 99x) = 1,188}\\\mathsf{3x + 99x = 1,188}\\\mathsf{\bold{102x} = 1,188}[/tex]
[tex]\large\textbf{DIVIDE 102 to BOTH SIDES}[/tex]
[tex]\mathsf{\dfrac{102x}{102} = \dfrac{1,188}{102}}[/tex]
[tex]\large\textbf{SIMPLIFY IT!}[/tex]
[tex]\mathsf{x = \dfrac{1,188}{102}}[/tex]
[tex]\mathsf{x = 11.64705882}[/tex]
[tex]\large\textbf{AND IF YOU'RE ROUNDING}[/tex]
[tex]\mathsf{x \approx 12}[/tex]
[tex]\huge\text{Therefore, your answer should be: \boxed{\mathsf{x \approx 12}}}\huge\checkmark[/tex]
[tex]\huge\text{Good luck on your assignment \& enjoy your day!}[/tex]
~[tex]\frak{Amphitrite1040:)}[/tex]Type the correct answer in the box. Use numerals instead of words. If necessary, use / for the fraction bar.
In this graph, the number of containers is plotted along the x-axis and the amount of water in the containers is along the y-axis.
The proportionality constant of the graph (y to x) is
The constant of the proportional relationship graphed in this problem is of 10.
What is a proportional relationship?A proportional relationship is a function in which the output variable is given by the input variable multiplied by a constant of proportionality, that is:
y = kx
In which k is the constant of proportionality.
In this problem, the points on the graph are: (0,0), (2,20), (4,40), ..., hence the constant is:
k = 40/4 = 20/2 = 10.
More can be learned about proportional relationships at https://brainly.com/question/10424180
#SPJ1
Kmele had paid his credit card on time for three years, but last month he missed the due date. He then noticed that the amount owed increased by $35. This most likely happened because he was charged.
A. a late fee
B. a higher interest rate
C. a minimum-payment fee
D. an overdraft-fee
Answer:
It's most likely he was charged a late fee
Rohan had (-4x – 12y + 6z) rupees. He spent (7x – 3y + 8z )to buy new clothes. How much is left with him now?
A number divided by 7
Select one:
a. 7+x
b. 7/x
c. x/7
d. 7x
Answer:
c. x/7
Step-by-step explanation:
seven is dividing something, and X is the placeholder in this equation.
So, since x is being divided by seven, that rules out B., because that's backwards.
A. and D. don't involve division, so they're both incorrect as well.
Thus we are left with C. x/7
The box plots below show attendance at a local movie theater and high school basketball games:
Two box plots are shown. The top one is labeled Movies. Minimum at 130, Q1 at 162, median at 185, Q3 at 195, maximum at 290. The bottom box plot is labeled Basketball games. Minimum at 85, Q1 at 170, median at 200, Q3 at 225, maximum at 230.
Which of the following best describes how to measure the spread of the data?
- The IQR is a better measure of spread for movies than it is for basketball games.
- The standard deviation is a better measure of spread for movies than it is for - basketball games.
- The IQR is the best measurement of spread for games and movies.
- The standard deviation is the best measurement of spread for games and movies.
The standard deviation is a better measure of spread for movies than it is for basketball games.
What is box- plot?A box plot is a graphical rendition of statistical data based on the minimum, first quartile, median, third quartile, and maximum.
As, Movies is more centric to mean and not skewed on a particular side whereas basketball games is not centric to mean but is skewed right then left.
Now, Standard deviation just measures the deviation or spread with respect to mean of collected data.
So, In the movies the data is more collected. Thus standard deviation is best suited for movie data.
Now, interquartile range. IQR relies on if the data is skewed.
So, in the basketball data the standard deviation will not give the information.
Hence, the standard deviation is a better measure of spread for movies than it is for basketball games.
Learn more about this concept here:
https://brainly.com/question/17157714
#SPJ1
The heat in the house is set to keep the minimum and maximum temperatures (in degrees Fahrenheit) according to
the equation Ix - 72.5 = 4. What are the minimum and maximum temperatures in the house?
Answer:
he.....a red cap.(wants/want)
A shop advertises a 24% off sale. The coat sold for $258 fins the decrease in price and the sale price
Answer:
339.47
Step-by-step explanation:
100 - 24 = 76
258 = 76 percent
3.39473684211 = 1 percent
339.47 = 100 percent
Answer:
The decrease in price is $61.92
The sale price is $196.08
Step-by-step explanation:
24% × 258 = 61.92
258 decrease 24% =
258 × (1 - 24%) = 258 × (1 - 0.24) = 196.08
The blue dot is what value on the number line -6 -10
Answer:
I have no clue what I could answer that question with other than (-6,-10)
A. Find the slope of the lines through the pairs of points, (1,-8) and (1,-9) the slope is m=
[tex]\quad \huge \quad \quad \boxed{ \tt \:Answer }[/tex]
[tex]\qquad \tt \rightarrow \: slope = not \:\: defined [/tex]
with closest value = [tex] \sf{\infin} [/tex]
____________________________________
[tex] \large \tt Solution \: : [/tex]
[tex]\qquad \tt \rightarrow \: slope = \cfrac{rise}{run}[/tex]
[tex]\qquad \tt \rightarrow \: m = \cfrac{ - 8 - ( - 9)}{1 - 1} [/tex]
[tex]\qquad \tt \rightarrow \: m = \cfrac{ - 8 + 9}{0} [/tex]
[tex]\qquad \tt \rightarrow \: m \: \: is \: \: not \: \: defined[/tex]
[ Any real number divided by 0 is not defined ]
You can also assume it's closest value if possible, that is infinity ([tex]\sf{\infin}[/tex])
Answered by : ❝ AǫᴜᴀWɪᴢ ❞
Michael designed an activity plan for the next week he determined that they could run at 6 miles per hour and walk at 3 mph if Michael dedicates 12 hours in the week to travel a total distance of 48 miles how many hours does Michael plan on running and walking
Answer:
Run 4 hours, Walk 8 hours.
Step-by-step explanation:
Let R be the running time
Let W be the walking time
Distance = Speed x Time
48 = 6R + 3W (equation 1)
12 = R + W (equation 2)
We will use elimination method to solve for these simulteanous equations.
Multiply Equation 2 by 3.
12x3 = 3(R+W)
36 = 3R + 3W (equation 3)
now subtract equation 3 from equation 1.
48-36 = 6R - 3R + 3W - 3W
12 = 3R
R = 12/3
= 4hours
now Substitute R into equation 2.
12 = 4 + W
W = 12 - 4
= 8
Therefore Michael plan to run for 4 hours and walk for 8 hours.
The function f(x) = ex-3 when evaluated for f(4) is equivalent to?
Answer:
[tex]f(4)=e^{4}-3[/tex] or [tex]f(4)\approx51.5981500331...[/tex]
Step-by-step explanation:
The following is a general explanation of functions, what they mean, and how to evaluate them. The simplifications and calculations at the end are based on the clarification from your comments that [tex]f(x)=e^{x}-3[/tex] . If [tex]f(x)[/tex] is equal to something else, the simplifications/calculation will obviously be a little different, and the answer will likely be different, but the general process will be the same.
Understanding function notation
In the equation [tex]f(x)=e^{x}-3[/tex] , the left side of the equation is saying several things at once.
Names
The first character, "f", is the name of the function.
The name of a function tells you which set of directions you should look for to apply to an input. Some functions have names that are more than one letter, and even might give a hint as to what they do, for instance I might name a certain function [tex]squareroot[/tex], and based on the name, you might guess what the equation for [tex]squareroot(x)[/tex] might look like.
Mathematicians often use "f" as a function name between different problems over and over and over again, unless they come up with a special function that is worth giving a special name to.
Input
The rest of the characters after the name of the function, are "(x)" which is a pair of parentheses to contain the input, and the input itself.
Again, mathematicians often use "x" as a generic input over and over and over again, until we actually know which number we want to put into the function.
Output
Even though we've already discussed every character in the notation on the left, there is actually one more thing that the left side of the equation is saying: Altogether, "f(x)" is the output of the function, when the input "x" is put in. I feel it's worth stating, because it's often glossed over.
The equation itself
Next in the equation is the equals sign, which means that the left side of the equation, which is the output "f(x)", is equal to the stuff on the right.
The right side of the equation is the rule to follow describing what f(x) does to an input, and can help you calculate the output.
For instance, if I asked what p(4) was, it is clear that there is an input of 4, but without knowing what the function "p" does, there's no way to know what the function will give as an output when one inputs "4". This is why the right-hand side of the equation for a function is important.
Evaluating functions
To evaluate any function, we take an input, apply the function, and simplify/calculate the output.
In this case, the question asks for [tex]f(4)[/tex], meaning that the "input" is "4".
In this case, the question gives an explanation of what the function does through a rule given in equation form.
Given your clarification of the given function, [tex]f(x)=e^{x}-3[/tex] , meaning a generic input (in this case "x") is put into the function "f" and the output is found by doing the arithmetic on the right side of the equation (exponentiating the number by "e", and then subtracting 4)
Notice that in the expression [tex]f(4)[/tex], the "x" was replaced with "4". So, we need to substitute "4" where we see an "x" in the rule on the right hand side of the equation rule, and simplify and/or calculate (calculate, like with a calculator)
So, to evaluate the expression [tex]f(4)[/tex], simply substitute, and simplify/calculate.
Simplifying (no calculator)
To simplify without a calculator, we substitute "4". Any time you make a substitution, use parentheses. Then, try to simplify.
[tex]f(4)=e^{(4)}-3[/tex]
[tex]f(4)=e^{4}-3[/tex]
As it turns out, this is as much as we could simplify things here (without a calculator). So, if an exact answer is needed, this would be it.
Calculating (with a calculator)
To calculate with a calculator, we substitute "4". Any time you make a substitution, use parentheses. Then, try to simplify.
[tex]f(4)=e^{(4)}-3[/tex]
[tex]f(4)=e^{4}-3[/tex]
[tex]f(4)=54.5981500331...-3[/tex]
[tex]f(4)=51.5981500331...[/tex]
So calculating with a calculator, the output of the function "f", for an input of "4", is approximately 51.598.
can someone please help me
Answer: C
Step-by-step explanation:
The slope is positive, so m>0.
The y-intercept is negative, so b<0.
The function f is defined on the real numbers by f(y) = y + 2y − 2: What is the value of f(5)?
Answer:
f(5)=5+2(5)-2
f(5)=5+10-2
f(5)=15-2
f(5)=13
please i need help so bad
Dilbert invests $2,000 at 6% simple interest for 1 year. How much is in the account at the end of the 1 year period?
Answer:
$2,120
Step-by-step explanation:
Simple interest formula
A = P(1 + rt)
where:
A = final amountP = principalr = interest rate (in decimal form)t = time (in years)Given:
P = $2000r = 6% = 0.06t = 1 yearSubstitute the given values into the formula and solve for A:
⇒ A = 2000(1 + 0.06(1))
⇒ A = 2000(1.06)
⇒ A = 2120
Therefore, there will be $2,120 in the account at the end of the 1 year period.
Kerry has a job that pays $1,954 biweekly. How much is withheld annually for Social Security?
$82.07
$41.03
$2,113.77
$88.91
$177.81
Answer:
hi
Step-by-step explanation:
no