Answer: 3
Step-by-step explanation:
-3 + 4x = 9
if u add 3 to 9, u get 12. 12 divided by 4 is 3
Add 3 to both sides of the equation to isolate the variable term. Therefore, option B is the correct answer.
The given equation is -3 + 4x = 9.
What is addition property of equality?The addition property of equality tells us that adding the same number to each side of an equation gives us an equivalent equation.
Now, add 3 on both sides.
That is, -3 + 4x +3= 9+3
⇒4x=12
⇒x=3
Therefore, option B is the correct answer.
To learn more about the equation visit:
https://brainly.com/question/10413253.
#SPJ5
(1 point) A phone-in poll conducted by a newspaper reported that 72% of those who called in liked ''real TV''. (a) The number 72% is a A. population. B. sample. C. parameter. D. statistic. (b) The unknown true percentage of American citizens who like ''real TV'' is a A. sample. B. statistic. C. parameter. D. population.\
(a) The number 72% is a D. statistic.
(b) The unknown true percentage of American citizens who like ''real TV'' is a C. parameter.
How to know about the state of the number 72%?It is related to statistics and parameters.
(a) The number 72% is a statistic because it represents a summary measure of the sample of individuals who participated in the phone-in poll.
A statistic is a numerical value calculated from a sample of data, and it is used to make inferences about the population from which the sample was drawn.
How to know about the unknown true percentage of American citizens who like ''real TV''?(b) The unknown true percentage of American citizens who like ''real TV'' is a parameter.
A parameter is a numerical characteristic of a population, such as a mean, proportion, or standard deviation, and it is typically unknown and estimated from sample data.
In this case, the percentage of all American citizens who like ''real TV'' is unknown and cannot be directly observed, so it is considered a parameter.
The phone-in poll only represents a sample of individuals who called in to the newspaper and cannot be used to estimate the parameter for the entire population.
Learn more about statistics and parameters
brainly.com/question/15077367
#SPJ11
Select the correct answer from each drop-down menu.
Identify the type of chart described and complete the sentence.
A (candle stick, line, stock bar)chart shows open and close prices and highs and lows, but over a long time period it can also show pricing(correlation, equations, trends) .
A candle stick chart shows open and close prices and highs and lows, but over a long time period it can also show pricing trends.
What is a chart?In Mathematics and statistics, a chart can be defined as an effective medium that is used to graphically display data in a pictorial form. This ultimately implies that, a chart typically comprises the following elements:
TitleLegendData labelIn Financial accounting and statistics, a candle stick chart can be defined as a type of price chart that is typically used in technical analysis to graphically represent the low, high, open, and closing prices of a derivative, security, or currency, over a specific period of time.
In conclusion, a candle stick chart can display pricing trends over a long time period.
Read more on chart and trendline here: https://brainly.com/question/20309607
#SPJ1
Convert 1.42 m to customary units
Answer:
the answer is
Step-by-step explanation:
1.553 yards
1.42 m to customary units is 1.553 yards.
What is customary units?On the other hand, "customary" US units have relationships that are not powers of 10;
1 ft = 12 in
1 yd = 3 ft
1 rod = 5.5 yd
1 chain = 4 rods
1 furlong = 10 chains = 220 yards
1 mile = 8 furlongs = 1760 yards = 5280 feet
The point of this exercise is to give you an appreciation of the fact that metric length units are related by powers of 10 means units conversion generally consists only of adjustment of the decimal point, or the power of 10 (for numbers in scientific notation).
For example;
1 cm = 10 mm
1 dm = 10 cm
1 m = 10 dm = 100 cm = 1000 mm
1 km = 1000 m
The prefixes m, c, d, k are standard SI prefixes applicable to other SI units as well.
Therefore, the conversion from one unit of US customary measure to another involves conversion factors that are not always easily remembered.
Hence, 1.42 m to customary units is 1.553 yards.
Learn more about conversion here;
https://brainly.com/question/16174061
#SPJ2
Reformulate this problem (except for the equality restriction) to fit our standard form of linear programming model.
Max (Z) = -2X1 + X2 - 4X3 + 3X4
Subject to
X1 + X2 + X3 +2X4 <= 4
X1 - X3 + X4 >= -1
2X1 + X2 <= 2
X1 + 2X2 +X3 +2X4 = 2
X1, X2, X3, X4 >= 0
Maximize Z = -2x1 + x2 - 4x3 + 3x4 subject to the following constraints:
x1 + x2 + x3 + 2x4 + s1 = 4,
-x1 + x3 + x4 - s2 = -1,
2x1 + x2 + s3 = 2,
and x1 + 2x2 + x3 + 2x4 = 2, where x1, x2, x3, x4, s1, s2, s3 ≥ 0.
To reformulate the given problem in the standard form of a linear programming model, we need to convert all the inequalities into equations and express all variables as non-negative.
The standard form of a linear programming problem is as follows:
Maximize (Z) = c1x1 + c2x2 + c3x3 + c4x4
Subject to:
a11x1 + a12x2 + a13x3 + a14x4 = b1
a21x1 + a22x2 + a23x3 + a24x4 = b2
a31x1 + a32x2 + a33x3 + a34x4 = b3
an1x1 + an2x2 + an3x3 + an4x4 = bn
x1, x2, x3, x4 >= 0
Now let's reformulate the given problem:
Maximize (Z) = -2x1 + x2 - 4x3 + 3x4
Subject to:
x1 + x2 + x3 + 2x4 <= 4
-x1 + 0x2 + x3 + x4 >= -1
2x1 + x2 + 0x3 + 0x4 <= 2
x1 + 2x2 + x3 + 2x4 = 2
x1, x2, x3, x4 >= 0
The reformulated linear programming problem in standard form is as follows:
Maximize (Z) = -2x1 + x2 - 4x3 + 3x4
Subject to:
x1 + x2 + x3 + 2x4 + s1 = 4
-x1 + x3 + x4 - s2 = -1
2x1 + x2 + s3 = 2
x1 + 2x2 + x3 + 2x4 = 2
x1, x2, x3, x4, s1, s2, s3 >= 0
Note: The reformulated problem includes slack variables s1, s2, and s3 to convert the inequalities into equations, and all variables are non-negative.
Learn more about linear programming problem here; https://brainly.com/question/29405467
#SPJ11
explanation and answer pls
Step-by-step explanation:
1) Total rectangle area = W x H = 12 x 8 = 96 cm^2
area of triangle (shaded portion) = 1/2 base * height = 1/2 * 7 x 8 = 28 cm^2
Nonshaded portion = 96 - 28 cm^2 = 68 cm^2
ratio shaded:nonshaded is then 28 : 68 = 7:17
2) Look at the two middle triangles : Height of each = 8 cm
then reading across the diagram height + base + height = 21 cm
so base = 5 cm
area of ONE triangle = 1/2 * base * height = 1/2 * 5 * 8 = 20 cm^2
total area for FOUR of them = 80 cm^2
What type of function does the table show?*
Answer:
The answer is Quadratic
BRAINLIST!!!!
What does the expression 4+x+x equal?
The distance between San Diego, CA and NYC is 3,200 miles. If a United States map has a scale that says 1 inch = 400 miles, how many inches apart will San Diego and NYC be on the map?
Answer:
8 inches
Step-by-step explanation:
If 1 : 400
X :3200
Therefore 400x = 3200
X =8
What is the awnser to(3+4)x6
Answer:
42
Step-by-step explanation:
(7)x6
42
Answer:
42
Step-by-step explanation:
Remember:
P arenthesess
E xponent
M ultiplictaion
D ivision
A ddition
S ubtraction
First,
3 + 4 = 7
Then,
7 x 6 = 42
Have a good day. :)
Hope this helps!
(brainliest would be appreciated)
a washer and dryer cost a total of $936. The cost of the washer is two times the cost of the dryer. find the cost of each item
Step-by-step explanation:
The washer costs $624 and the dryer costs 312.
624 is double 312 so that works out. Also if you add 624 and 312 you get 936.
Answer:
Washer = 642
Dryer = 321
Step-by-step explanation:
PLEASE HELP ME!!!
Boyle's law is :
p1 v1 = p2 v2
what happens to the pressure of a container if the volume is doubled and the temperature is kept the same?
- impossible to determine with the info provided
- the pressure will increase
- the pressure will decrease
- the pressure will stay the same
Answer:
- the pressure will decrease
(volume is doubled ,the pressure reduced by half).
Step-by-step explanation:
P_1 V_1=P_2 V_2
This equation shows that, as volume increases, the pressure of the gas decreases in proportion.
Similarly, as volume decreases, the pressure of the gas increases.
What is the distance between points A and E?
A. 2.8
B. 3.2
C. 4.9
D. 5.7
Answer:
D. 5.7
Step-by-step explanation:
due to its reflection
Answer:
D
Step-by-step explanation:
A(3, 4) ; B(-1 , 0)
Distance= \(\sqrt{(x_{2}-x_{1})^{2}+(y_{2}-y_{1})^{2}}\)
= \(\sqrt{(-1-3)^{2}+(4-0)^{2}}\\\\=\sqrt{(-4)^{2}+(4)^{2}}\\\\=\sqrt{16+16}\\\\=\sqrt{32}\\\\=\sqrt{2*2*2*2*2}\\\\=2*2\sqrt{2}=4\sqrt{2}\)
= 4 * 1.4142
= 5.6568
= 5.7
Edurne hace cada día en su pastelería, de lunes a sábado, 500ga-lletas. Si ella todos los días come 4 y regala 40, ¿Cuántas puede vender?
The total amount of ga-lletas she can sell per day will be
236ga-lletas
Given that the total number of ga-lletas Edurne makes is 500
If each day she eats 4 and gives away 40, the total number of ga-lletas consumed per day is 44.If she consumed the same amount from Monday to Saturday, the total amount consumed for the week will be 6 * 44 = 264Total amount she can sell = 500 - 264
Total amount that she can sell = 236ga-lletas
Hence the total amount of ga-lletas she can sell per day will be
236ga-lletas
Learn more here: https://brainly.com/question/3475588
Solve using substitution
Please could someone help me with this maths problem!!! :)
Answer:
y = 108 degrees
Step-by-step explanation:
Set 2x + 16 and 3x - 12 equal to each other. Subtract 2x on both sides to get this equation 16 = x - 12, add 12 on both sides to get 28 as your x value. Plug in x for 3x - 12. You should get 72 degrees on one side and 108 degrees on another side as y since FE makes up as a straight angle.
Extra Credit : Rewrite the following integral as a product of two one-dimensional integrals. Do not evaluate. (2 points) 5 6 SI €31 +4y (ry+5x+2y+10) dx dy 2 0
The integral of the product of two one-dimensional integrals is (2r+20)(r+44)
In mathematics, an integral is a mathematical object that represents the area under or between curves. It is used to solve problems in calculus, physics, engineering, and many other fields.
Now, let's take a look at the given integral and see how we can rewrite it as a product of two one-dimensional integrals without evaluating it.
The integral given is:
\(\int^5_6 \int^0_2\) (ry+5x+2y+10) dx dy
To rewrite this integral as a product of two one-dimensional integrals, we need to first separate the variables. This means we need to rewrite the integral in terms of only one variable at a time.
To do this, we can take the integral with respect to x first, treating y as a constant:
\(\int^5_6 \int^0_2\) (ry+5x+2y+10) dx dy
= \(\int^5_6\)[(r/2)x² + (5/1)x + (2y+10)x] from x=0 to x=2 dy
= \(\int^5_6\) [(r/2)(2²) + (5/1)(2) + (2y+10)(2)] - [(r/2)(0²) + (5/1)(0) + (2y+10)(0)] dy
= \(\int^5_6\)(2r+20) dy
= (2r+20)∫5 to 6 dy
= (2r+20)(6-5)
= 2r+20
Next, we take the integral with respect to y, treating r as a constant:
\(\int^5_6 \int^0_2\) (ry+5x+2y+10) dx dy
= \(\int^0_2 \int^5_6\) (ry+5x+2y+10) dy dx
= \(\int^0_2\) [(1/2)ry² + (2y+10)y + 5x(6-5)] from y=5 to y=6 dx
= \(\int^0_2\) [(1/2)r(6²-5²) + (2(6)+10)(6-5) + 5x(1)] dx
= \(\int^0_2\) [(1/2)r(11) + 22 + 5x] dx
= [(1/2)r(11)x + 22x + (5/2)x²] from x=0 to x=2
= (r+44)
Therefore, the original integral can be rewritten as:
\(\int^5_6 \int^0_2\) (ry+5x+2y+10) dx dy = (2r+20)(r+44)
To know more about integral here
https://brainly.com/question/18125359
#SPJ4
a computer company hired interns from a group of 234 applicants. the table shows the numbers of applicants who were or were not computer science majors, and the numbers of applicants who were or were not hired. match the probabilites with the description. column a 1. what is the probability that the intern had a computer science major and did not get hired.: what is the probability that the intern had a computer science major and did not get hired. 2. what is the probability that the intern had a major other than computer science?: what is the probability that the intern had a major other than computer science? 3. what is the probability that a computer science major was hired?: what is the probability that a computer science major was hired? 4. what is the probability that an intern with a major other than computer science was not hired?: what is the probability that an intern with a major other than computer science was not hired? column b a.conditional - 36.2% b.conditional - 48.6% c.joint - 43.6% d.joint - 51.2% e.marginal - 68.3% f.marginal - 31.6%
For computer company hired interns from a group of 234 applicants.
a) Probability that intern had a computer science major and did not get hired is \( \frac{112}{234} \)
b) Probability that interns had a major other than computer science is \( \frac{38}{234} \)
c) Probability that interns had a computer science and get hired = \( \frac{58}{234} \).
4) probability that an intern with a major other than computer science was not hired is \( \frac{38}{234}\).
Probability is defined as the chance of occurrence of an event. It is calculated by the ratio of favourable outcomes to the total possible outcomes. We have a table data of computer company that hired interns. Total number of applicants = 234
the table shows data of the numbers of applicants who were or were not computer science majors, and the numbers of applicants who were or were not hired. Number of outcomes for an intern had a computer science major and did not get hired = 112
1) Probability that intern had a computer science major and did not get hired = \( \frac{112}{234} \).
2) Number of interns had a major other than computer science = 38
Probability that interns had a major other than computer science = \( \frac{38}{234} \).
3) Number of interns had a computer science major and hired = 58
Probability that interns had a computer science and get hired = \( \frac{58}{234} \).
4) Number of interns had a major other than computer science was not hired
= 38
Probability that an intern with a major other than computer science was not hired = \( \frac{38}{234} \). Hence, required value is \( \frac{38}{234} \).
For more information about probability, visit
https://brainly.com/question/25870256
#SPJ4
Complete question:
a computer company hired interns from a group of 234 applicants. the table shows the numbers of applicants who were or were not computer science majors, and the numbers of applicants who were or were not hired. match the probabilites with the description. column a 1. what is the probability that the intern had a computer science major and did not get hired.
2. what is the probability that the intern had a major other than computer science?
3. what is the probability that a computer science major was hired?
4. what is the probability that an intern with a major other than computer science was not hired
column b a.conditional - 36.2% b.conditional - 48.6% c.joint - 43.6% d.joint - 51.2% e.marginal - 68.3% f.marginal - 31.6%.
The number of newly reported crime cases in a county in New York State is shown in the accompanying table, where x represents the number of years since 2008, and y represents number of new cases. Write the linear regression equation that represents this set of data, rounding all coefficients to the nearest tenth. Using this equation, estimate the calendar year in which the number of new cases would reach 543
Answer:
Step-by-step explanation:
I use 84+ CE
stat edit, then fill in the #s
then
vars 5
then
2'nd stat plot, on
then, click stat
Click arrow 1 time to the left to get to Calc
then click (4)(LinReg(ax+b))
then click enter 5 times
(y=-25.31428571x+1000.285714
y=-25.3x+1000.3
now, lets use computer:
y=-25.31(543)+1000.3
y=-12743.03
round to the biggest whole number )
this doesn't really work, so I will put 1999, 2000, 2001, 2002, 2003, 2004 instead of 0, 1, 2, 3, 4, 5 and do the same thing
now I get
y=-25.31428571x+51603.54286
y=-25.3x+51603.5
now, lets use computer:
y=-25.3(543)+51603.5
y=37865.6
round to the biggest whole number:
y=37866
so, year 37866
Using the line of best-fit, it is found that:
The linear regression model is \(y = -25.31x + 1000\)The estimate is that the number of cases would reach 543 in the year of 2026.---------------------
The line of best-fit is given by:
\(y = bx + a\)
The slope is:\(b = \frac{\sum (x - \overline{x})(y - \overline{y})}{\sum (x - \overline{x})^2}\)
After the slope is found, using the means for x and y, the coefficient a is found.---------------------
The means are given by:
\(\overline{x} = \frac{0 + 1 + 2 + 3 + 4 + 5}{6} = 2.5\)
\(\overline{y} = \frac{1015 + 960 + 950 + 902 + 929 + 866}{6} = 937\)
---------------------
The sums are:
\(\sum (x - \overline{x}) = (0 - 2.5) + (1 - 2.5) + ... + (5 - 2.5)\)
\(\sum (y - \overline{y}) = (1015 - 937) + ... + (866 - 937)\)
Using a calculator:
\(\sum (x - \overline{x})(y - \overline{y}) = -443\)
\(\sum (x - \overline{x})^2 = 17.5\)
Thus, the slope is:
\(b = -\frac{443}{17.5} = -25.31\)
And
\(y = -25.31x + a\)
---------------------
Using the means to find a:
\(y = -25.31x + a\)
\(937 = -25.31(2.5) + a\)
\(a = 1000\)
Thus, the linear regression model is:
\(y = -25.31x + 1000\)
---------------------
The number of cases would reach 543 in x years after 2008, and x is found when y = 543. Thus:
\(y = -25.31x + 1000\)
\(543 = -25.31x + 1000\)
\(25.31x = 1000 - 543\)
\(x = \frac{1000 - 543}{25.31}\)
\(x = 18.1\)
2008 + 18 = 2026
The estimate is that the number of cases would reach 543 in the year of 2026.
A similar problem is given at https://brainly.com/question/21826199
________ is a statistical measure of how much scores in a sample vary around the mean. multiple choice normal distribution standard deviation frequency accuracy
Standard deviation is a statistical measure of how much scores in a sample vary around the mean. The correct option is B.
What is the standard deviation?The standard deviation is a statistic that expresses how much variance or dispersion there is in a group of numbers. While a high standard deviation suggests that the values are dispersed throughout a wider range, a low standard deviation suggests that the values tend to be close to the established mean.
Therefore, the standard deviation is a statistical measure of how much scores in a sample vary around the mean. The correct option is B.
To know more about standard deviation follow
https://brainly.com/question/475676
#SPJ4
Find the area and perimeter of rectangle x=4.2cm. Width is x+5.8. The length is x.
Answer:
Area: 42 cm²
Perimeter: 28.4 cm
Step-by-step explanation:
Simply plug in 4.2 cm for x into x + 5.8 to find the width. You width should be 10.
Area: Multiply 10 by 4.2 and you should get 42
Perimeter: Add up all the sides together (4.2 x 2 + 10 x 2) and you should get 28.4
Answer:
The area of a rectangle is length times width.
First recall the answer gives you x=4.2 for the eqaution x+5.8 and for the length.
Input that into the rectangle´s area formula.
(4.2)(4.2+5.8)
(4.2)(10)
=42 units^2.
Now to find the perimeter you need to add all the sides. We have two lengths and two widths.
4.2+4.2+10+10
= 28.4
Step-by-step explanation:
If you want more explanations then Khan academy is a great source.
Would appreciate a reply back thank you! . The table shows the completion times of four swimmers in a race.
Swimmer
Time
(seconds)
183
Ryann
Shelbie
18.07
Madison
18
Tammi
18.8
Which swimmer came in second place?
A. Ryann
B. Shelbie
C. Madison
D. Tammi
Answer:
Shelby. If Ryann's time was 18.3, not 183 seconds, then the second-place winner would be Ryann.
Step-by-step explanation:
Looking at the table, we see that Madison had the lowest time, (18 seconds) and Shelbie and Tammie follow her in that order (Shelbie came second and Tammie third.) Again, if Ryann's time was 18.3 and not 183 seconds, he would have won second place and Shelbie would have gotten third. Hope this helped!
Given AC with A(3, 4) and C(-9, -2), if B partitions AC such that the ratio of AB to BC is 1:5, find the coordinates of B.
Answer:
Step-by-step explanation:
How will the solution of the system y > 2x + Two-thirds and y 2x + One-third?
Answer:
Hope that this helps answer your question
Step-by-step explanation:
thanks for the points♡
Answer:
There is no solution to the system in its original form. There are no points in common. If the signs are reversed, the system has an intersection with an infinite number of solutions.
Step-by-step explanation:
The sample response :D
which statement about this system of equations is true? A. the system has no solution.
B. The system has a unique solution at (0,0).
C. They system has a unique solution at (0,3).
D. They system has infinitely many solutions.
Answer:A
Step-by-step explanation:I took the test it was right.
Because the lines are parallel, we conclude that the system has no solutions.
Which statement about this system of equations is true?
The solutions for a system of equations are given by the intercepts between the graphs of the equations.
In the given graph, we can see that we have two parallel lines.
Remember that parallel lines never do intersect, then the graphs of the equations in our system never do intercept.
Because there is no intercept, there is no solution for the system.
Which means that the correct option is A, the system has no solution.
If you want to learn more about systems of equations:
https://brainly.com/question/13729904
#SPJ5
Given The Points A:(5,4,3) And B:(−1,5,6), Find The Vector U=AB U= Question Help:
The vector U, which represents the displacement from point A to point B, is (-6, 1, 3).
To find the vector U, we subtract the coordinates of point A from the coordinates of point B. In this case, we subtract the x-coordinate of A from the x-coordinate of B, the y-coordinate of A from the y-coordinate of B, and the z-coordinate of A from the z-coordinate of B.
The x-coordinate of B is -1, and the x-coordinate of A is 5. Subtracting these gives us -1 - 5 = -6. Similarly, the y-coordinate of B is 5, and the y-coordinate of A is 4. So, 5 - 4 = 1. Lastly, the z-coordinate of B is 6, and the z-coordinate of A is 3. Thus, 6 - 3 = 3.
Putting it all together, the vector U = (-6, 1, 3). This means that starting from point A and moving in the direction of the vector U will take us to point B. The components of the vector U represent the change in x, y, and z coordinates required to go from A to B.
Learn more about vector here:
https://brainly.com/question/30958460
#SPJ11
helppp with this pllss asap
Answer:
The answer is E
Which event is most likely to occur?
A. flipping a fair coin, with sides labeled heads and tails, and the coin landing on tails
B. choosing a marble out of a bag, with nine blue marbles and one red marble, and the marble is red
C. rolling a fair number cube, with faces labeled one to six, and the cube landing on a number less than six
D. spinning the arrow on a spinner, with four equal sectors labeled one to four, and the arrow landing on a number greater than one
a box contains 5 white balls, 8 black balls, and 1 red balls. a) how many red balls must be added to the box so that the probability of drawing a red ball is 2/3 ?
We need to add 25 red balls to the box so that the probability of drawing a red ball becomes 2/3.
To determine how many red balls must be added to the box so that the probability of drawing a red ball is 2/3, we need to consider the current composition of the box and the desired probability.
Currently, the box contains 5 white balls, 8 black balls, and 1 red ball. The total number of balls in the box is 5 + 8 + 1 = 14.
Let's assume we add 'x' red balls to the box. After adding these red balls, the total number of red balls in the box would be 1 + x. The total number of balls in the box would be 14 + x.
The probability of drawing a red ball can be calculated by dividing the number of favorable outcomes (red balls) by the total number of possible outcomes (total balls).
According to the problem, we want the probability of drawing a red ball to be 2/3. Therefore, we have the equation:
(1 + x) / (14 + x) = 2/3
To solve this equation, we can cross-multiply:
3(1 + x) = 2(14 + x)
Simplifying further:
3 + 3x = 28 + 2x
Subtracting 2x from both sides:
x = 28 - 3
x = 25
Therefore, we need to add 25 red balls to the box so that the probability of drawing a red ball becomes 2/3.
for such more question on probability
https://brainly.com/question/13604758
#SPJ8
The floor of a large ware house is rectangular in shape and its length is twice as long as its width. The area of the floor of the warehouse is 39,200 square feet. What is the length of the floor of the warehouse in feet?
Answer:
The length of the warehouse is 280 feet.
Step-by-step explanation:
Let A be the area of the warehouse floor, W be its width, and L be its length.
A = W * L
We know that the length is twice the width:
L = 2W
Substitute the second equation into the first equation and we get:
A = 2W * W
Solve for W (A = 39200):
39200 = 2W * W
39200 = 2W²
19600 = W²
W = 140
Plug that number into the second equation to get the length:
L = 2 * 140
L = 280
So the length of the warehouse is 280 feet, the width is 140 feet, and the total area is 39200 ft²
What is the slope of the line shown?
Answer:
0
Step-by-step explanation:
It’s not going up or down it’s a straight line
Answer:
\(m=0\)
Step-by-step explanation:
Slope: \(m=\frac{y_{2}-y_{1} }{x_{2}-x_{1}}\)
\(m=\frac{4-4}{5-0}\)
\(m=0\)