Anna is in charge of the alumni fundraiser for her alma mater. She is selling pre-sale tickets for $10 and at-the-door tickets for $20. The venue has the capacity to hold
400 people. The graph represents the number of tickets Anna needs to sell to offset her upfront costs and raise $5,000 for her school:

How many Pre-sale Tickets tickets must she sell to make her goal?
A)400
B)300
C)250
D)100

Answers

Answer 1

The number of presales tickets can be obtained as 300. The correct option is (B).

How to solve a linear equation?

A linear equation can be solved by equating the LHS and RHS of the equation following some basic rules such as by adding or subtracting the same numbers on both sides and similarly, doing division and multiplication with the same numbers.

Since, total number of people are 400.

Suppose the number of pre-sales tickets be x.

Then, the number of at door tickets is given as 400 - x.

As per the question, the following equation can be written for total money raised as,

⇒ 10x + 20(400 - x) = 5000

⇒ 10x = 3000

⇒ x = 300

Hence, the number of pre-sales tickets is given as 300.

To know more about linear equation click on,

https://brainly.com/question/11897796

#SPJ2

Answer 2

Answer: The answer would be 100.

Step-by-step explanation:


Related Questions

fill in the table using this function rule. y= -6x + 3
x y
-1 ?
0 ?
1 ?
5 ?

Answers

just add 3 to the y value

In the opening credits of each episode of
the TV show Fawlty Towers, the sign on the
front of the hotel rearranged the letters in
the hotel's name.

a) How many arrangements are there of all
the letters in FAWLTY TOWERS?

b) How many arrangements of these letters
are possible if the A, Y, O, and E must
remain in their original order?

Answers

And how are suppose to answer this without the show to provide us with the information?


Determine the equation of the polynomial, f(x), of minimum degree whose graph is shown above. Write your answer in factored form.
f(x)=____

Determine the equation of the polynomial, f(x), of minimum degree whose graph is shown above. Write your

Answers

Answer:

\(f(x)=\frac{5}{6}(x+2)^2(x-1)(x-3)\)

Step-by-step explanation:

The root -2 has a multiplicity of 2, and corresponds to a factor of \((x+2)^2\).

The root 1 has a multiplicity of 1, and corresponds to a factor of \((x-1)\).

The root 3 has a multiplicity of 1, and corresponds to a factor of \((x-3)\).

So, \(f(x)=a(x+2)^2(x-1)(x-3)\).

Since \(f(0)=10\),

\(10=a(0+2)^2(0-1)(0-3) \\ \\ 10=12a \\ \\ a=\frac{5}{6} \\ \\ \therefore f(x)=\frac{5}{6}(x+2)^2(x-1)(x-3)\)

A store purchased model railroad sets for 400 and sold them for 444 what percentage is the mark-up

Answers

Answer:

9.91%

Step-by-step explanation:

cost price= 400

selling price=444

profit made= 444-400

= 44

profit percentage= 44/444 ×100

=9.91%

find in two ways: by using the chain rule, and by first substituting the expressions for and to write as a function of . do your answers agree? z

Answers

Yes, both methods give the same result. The chain rule is used to differentiate a composite function, while the substitution method is used to differentiate a function after substituting a variable with its expression.

The chain rule is used to differentiate a composite function, which is a function of a function. To use the chain rule, we differentiate the inner function and multiply it by the derivative of the outer function. In this case, we would have

f(x) = (\(x^2 + 3x + 2\)) and

g(x) = \(2x^3 + 5\)

The derivative of f(x) would be 2x + 3 and the derivative of g(x) would be \(6x^2\). Taking the product of these two derivatives, we get

\(12x^3 + 18x^2\),

which is the answer we get using the chain rule. The substitution method involves substituting a variable in a function with its expression. In this case, we substitute x with (\(x^2 + 3x + 2\)). This gives us a new function that is a function of \(x^2 + 3x + 2\)instead of x. We then differentiate this new function and the answer we get is the same as the one we got using the chain rule. Therefore, both methods give the same result and agree with each other.

Learn more about expression here

https://brainly.com/question/14083225

#SPJ4

Suppose that h is 40% of p. What percent of h is p?

Answers

Answer:

Below

Step-by-step explanation:

h = .4 p     <====== given     divide both sides of the equation by .4

h/.4 = p

2.5 h = p       p is 250 % of h    ( 2.5 is decimal for 250%)

Find the value of x. Round your answer to the nearest tenth.
x
X =
18
23°
Not drawn to scale

Find the value of x. Round your answer to the nearest tenth.xX =1823Not drawn to scale

Answers

Answer:

See below.

Step-by-step explanation:

We are given the value of an angle, and the hypotenuse.

x will equal 7.0

Using Trigonometry Functions, we can identify x.

\(\textsf{Trigonometry Functions:}\)

\(Sin = \frac{Opposite}{Hypotenuse}\)

\(Cosine = \frac{Adjacent}{Hypotenuse}\)

\(Tan = \frac{Opposite}{Adjacent}\)

\(\fbox{We should use Sin.}\)

Let's begin by solving for x.

\(\textsf{\underline{We should use;}}\)

\({Sin(23^{\circ})}\)

\(\textsf{\underline{Solve for x:}}\)

\(Sin(23^{\circ})=\frac{x}{18}\)

\(\textsf{\underline{Multiply by 18:}}\)

\(18 \times Sin(23^{\circ})={x}\)

\(x \approx 7.0\)

Solve 5x/3 + 2/5 = 1
x = 9/25
x= 25/9
x= 3/25
x = 9/27

Answers

Answer:

\(x=\frac{9}{25}\)

x = 0.36

Step-by-step explanation:

5x/3 + 2/5 = 1

5x/3 + 2/5 - 2/5 = 1 - 2/5

\(\frac{5x}{3} = 0.6\)

5x/3 × 3 = 0.6 × 3

5x = 1.8

5x ÷ 5 = 1.8 ÷ 5

\(x=\frac{9}{25}\)

x = 0.36

Which of the following search algorithms should be used on large arrays if speed if important?
BinaryascendingBubble sortAll of the above

Answers

If speed is important and the array is large, the a. Binary search algorithm should be used. This algorithm is designed to efficiently search through sorted arrays by repeatedly dividing the search interval in half.

It has a time complexity of O(log n), which means that as the size of the array increases, the time it takes to search for an item will not increase at the same rate.
On the other hand, ascending bubble sort and other sorting algorithms such as selection sort and insertion sort have a time complexity of O(n^2), which means that as the size of the array increases, the time it takes to sort the array will increase exponentially. Therefore, these algorithms are not efficient for large arrays and should not be used if speed is important.
In summary, when dealing with large arrays and speed is important, binary search is the best algorithm to use for searching, while ascending bubble sort and other sorting algorithms with a time complexity of O(n^2) should be avoided.

To learn more about the Binary search algorithm, refer:-

https://brainly.com/question/29734003

#SPJ11

data sample contains all integers from 530 to 380 and all integers from 379 to 531. what is the mean of this sample?

Answers

The given data sample contains all integers from 530 to 380 and all integers from 379 to 531. This means that the sample includes 152 integers in total. To find the mean of the sample, we need to add up all the numbers and divide by the total number of integers.

To do this, we can take the average of the two endpoints (530 and 380), which is 455. Then we can add the sum of the integers between 380 and 530, which is (530-381+1) + (530-379) = 150 + 151 = 301. Finally, we divide the total sum by the number of integers, which is 152, and get:

Mean = (455 + 301) / 152 = 3.980263158

Therefore, the mean of the given data sample is approximately 3.9803.

In summary, we can find the mean of a sample by adding up all the numbers and dividing by the total number of items. In this particular sample, we first found the average of the two endpoints and then added the sum of all the integers between them to find the total sum. Finally, we divided the total sum by the number of integers to find the mean of the sample.

To learn more about mean, click here:

The graph shows the population of a city from 1900 to 2000. What is the average rate of change of the population between 1950 and 1980?

Please help! I attached a photo of the graph.

The graph shows the population of a city from 1900 to 2000. What is the average rate of change of the

Answers

Answer:

-15

Step-by-step explanation:

in 1950 it was 45 and in 1980 it was 30 so it is -15

The average rate of change can be define as the value of something is changing with respect to another thing is tinging. The average rate of change of the population between 1950 and 1980 is 500 per year. It means the population is decreasing with 500 per year.

Given information-

The given graph shows the population of a city between the year 1900 to 2000.

Average rate of change-

The average rate of change can be define as the value of something is changing with respect to another thing is tinging.

Form the given graph,

The year 1950 is between the year 1940 and year 1960. The value at the y axis where the population (in thousand) shown is 45,000 for the year 1950.

The year 1980 is shown in graph at the x axis and the value of the population in the y axis is 30,000.

Thus the population is decreasing from year 1950 to 1980. The difference in the population of the year 1950 and 1980 is,

\(d=45000-30000\)

\(d=15000\)

Thus the change in the population between 1950 and 1980 is 15,000.

Average rate of change of the population between 1950 and 1980 -

As the population and the year both are changing. The rate of change for the population with respect to the year can be calculating by dividing the difference of the population between two year to the total years between the 1950 to 1980.

There is total 30 year from 1950 to 1980, thus the average rate of change is,

\(A(x)=\dfrac{15000}{30} \\ A(x)=500\)

Thus the average rate of change of the population between 1950 and 1980 is 500 per year. It means the population is decreasing with 500 per year.

Learn more about the average rate of change here;

https://brainly.com/question/2530409

Maintenance for a tractor requires 7.41 quarts of oil for the oil change. How many liters of oil are required for the oil change? PLEASE HELP WITH THIS
1 qt = 0.95 L

A. 7.6 liters
B. 7.9 liters
C. 7.0 liters
D. 7.2 liters

Answers

Answer:

C. 7.0 Liters

Step-by-step explanation:

You always start with the amount that was given to you. In this case it was 7.41 quarts. You then multiply it with the conversion factor (1 qt = 0.95L)

To convert quarts into liters, you must set up the problem so the quarts are able to cancel out, meaining one should be in the numerator and the ither should be in the denominator.

When the quarts are cancelled out, your answer will now be in liters.

Now you just multiply all the numerators and divide the denominators.

7.41 × 0.951 = 7.0395

7.0395/1 = 7.0395

Then you round the answer to 7.0

Maintenance for a tractor requires 7.41 quarts of oil for the oil change. How many liters of oil are

help with graph because i do not know how to do it

help with graph because i do not know how to do it

Answers

The domain and the range of the quadratic function in this problem are given as follows:

Domain: all real values.Range: y >= -8.

How to obtain the domain and range of a function?

The domain of a function is defined as the set containing all the values assumed by the independent variable x of the function, which are also all the input values assumed by the function.The range of a function is defined as the set containing all the values assumed by the dependent variable y of the function, which are also all the output values assumed by the function.

The function is defined for all real values, assuming values of -8 and greater, hence the domain and range are given as follows:

Domain: all real values.Range: y >= -8.

Missing Information

The problem asks for the domain and the range of the quadratic function in this problem.

Learn more about domain and range at https://brainly.com/question/26098895

#SPJ1

A bakery used a 35 pound bag of flour to make a batch of 230 muffins. If the bakery has 4 bags of flour, can it make 1,000 muffins?

Answers

Answer:

No

If all 4 bags of flour are 35 pounds, then 4 bags would equate to 920 muffins, just below 1000.

This is the question: -10.7 + (- 3.5 )

Answers

Answer:

the answer is -14.2

Step-by-step explanation:

-10.7 + (-3.5)= -14.2

Answer:

-14.2

Step-by-step explanation:

When adding two negatives, simply add together as normal and put a negative sign on the answer.

-10.7 + (-3.5) = -14.2

TIME SERIES models attempt to predict the future by using historical data.
a. true b. false

Answers

The given statement is true because Time series models are statistical models that analyze and predict future values based on patterns and trends observed in historical data. Option A

The underlying assumption of time series analysis is that the future values of a variable can be predicted based on its past behavior. By examining the historical data, time series models identify patterns, trends, and seasonal variations that can help forecast future values.

There are various types of time series models, including autoregressive integrated moving average (ARIMA), exponential smoothing models, and seasonal decomposition of time series (STL). These models use different mathematical techniques to capture and analyze different aspects of the time series data.

The main goal of time series analysis is to make accurate predictions or forecasts of future values. By leveraging the patterns and trends observed in the historical data, these models provide insights into potential future outcomes.

Time series models are widely used in fields such as economics, finance, meteorology, stock market analysis, and demand forecasting, among others.

Option A

For more such question on statistical visit:

https://brainly.com/question/15525560

#SPJ8

Explain why t distributions tend to be flatter and more spread out than the normal distribution.

Answers

t distributions tend to be flatter and more spread out than the normal distribution.

This is due to the fact that in the formula, the denominator is s rather than σ.

The distribution of the sample mean is normal if some samples are taken from a normal population with known variance. However, if the population variance is unknown, the distribution is not normal but Student-t with long tails. This means that sample means tend to be extreme when the population variance is unknown. Using the normal distribution instead of the t distribution to test the hypothesis increases the chance of error.

Note that there is a different t-distribution for each sample size. That is, the class of distributions. When talking about a particular t-distribution, we need to specify the degrees of freedom. The degrees of freedom for this t-statistic is given by the sample standard deviation s in the denominator of Equation 1. The spread is larger than the standard normal distribution. This is because the denominator of equation (1) is s, not σ. Because s is a random variable that changes from sample to sample, t becomes more volatile and more spread out.

Learn more about normal distribution here: https://brainly.com/question/27701525

#SPJ4

(01.01 MC)Which number line shows the solution to 6 + (−6)? A number line is shown from negative 12 to 0 to positive 12. There are increments of 2 on either side of the number line. An arrow pointing from 0 to negative 6 is shown. Above this, another arrow pointing from negative 6 to negative 12 is shown. A number line is shown from negative 12 to 0 to positive 12. There are increments of 2 on either side of the number line. An arrow pointing from 0 to 6 is shown. Above this, another arrow pointing from 6 to 0 is shown. A number line is shown from negative 12 to 0 to positive 12. There are increments of 2 on either side of the number line. An arrow pointing from 0 to negative 6 is shown. Above this, another arrow pointing from negative 6 to positive 6 is shown. A number line is shown from negative 12 to 0 to positive 12. There are increments of 2 on either side of the number line. An arrow pointing from 0 to 6 is shown. Above this, another arrow pointing from 6 to 12 is shown. PLS HELP ASAP !!!!!! WILL GIVE BRAINLIEST!!!!

Answers

Answer:

the first one

Step-by-step explanation: it worked for me i passed it

PLS HELP 50 POINTS + BRAINLY FOR CORRECT ANSWER!!!

PLS HELP 50 POINTS + BRAINLY FOR CORRECT ANSWER!!!

Answers

Answer:

A. y = 1.5x

B. y = -x + 1

C. x - y = 4

D. 2x + 3y = 7

Step-by-step explanation:

To identify if a given doublet is a solution to the equation you can substitute the x and y values to check if they satisfy the equation.

find the product. -x^3yz^2•7xy^3

Answers

Answer:−7x^4y^4z^2

Step-by-step explanation:

Compare the data from the experiment to the public opinion poll. How does the data collected compare to the media source? Describe the trends in the data and compare the theoretical probability to the empirical probability.

Answers

Comparing experiment data to public opinion polls helps evaluate media accuracy, detect biases, and understand the influence on public opinion, while describing data trends and comparing theoretical and empirical probabilities aids in making informed decisions.

Data from an experiment and a public opinion poll have distinct characteristics. Experiment data is obtained through controlled studies, measuring the effects of a variable on another variable. Public opinion polls, however, rely on subjective input from individuals to gauge public sentiment. While both types of data have their significance, comparing the collected data to media sources helps assess accuracy, detect biases, and understand the media's influence on public opinion. Describing trends in the data involves identifying patterns or movements over time, while comparing theoretical probability (calculated mathematically) to empirical probability (based on observed data) aids in understanding likelihoods. These evaluations contribute to obtaining reliable and unbiased data for informed decision-making.

In conclusion, comparing the data collected from experiments to public opinion polls allows for the assessment of media accuracy and biases, while analyzing data trends and comparing theoretical and empirical probabilities provides valuable insights for decision-making.

For more questions on public opinion polls:

https://brainly.com/question/1086518

#SPJ8

Can someone help me on this?

Can someone help me on this?

Answers

Answer:

Step-by-step explanation:

We know that cosx = sin(\(\pi\) - x)

We can apply it here:

sin(55°) = cosx

cos(\(\pi\) - 55°) = cosx

Now we apply the arccos to both sides:

x = \(\pi\) - 55° + 2k\(\pi\) or x = -\(\pi\) - 55° + 2k\(\pi\)

8+9 divided by 3 in algebraic expression

Answers

Answer:

(8 + 9) ÷ 3 = x

Step-by-step explanation:

You first need to add 8+9, so you put them in parenthesis for PEMDAS

Then you divide them by 3

Finally, you make the answer a variable as an algebraic expression involves variables and the answer is not given










- Find the finite difference approximation for a Neumann {BC}\left(\frac{d f}{d x}\right) at node n (right {BC} ) to O\left(h^{2}\right).

Answers

The finite difference approximation for a Neumann boundary condition, \(\left(\frac{df}{dx}\right)\), at node \(n\) (right boundary) to \(O(h^2)\) is given by

\(\left(\frac{df}{dx}\right)_n \approx \frac{f_{n-2} - 4f_{n-1} + 3f_n}{2h}\),

where \(f_{n-2}\), \(f_{n-1}\), and \(f_n\) represent the function values at nodes \(n-2\), \(n-1\), and \(n\) respectively, and \(h\) represents the spacing between the nodes.

To derive this approximation, we start with the Taylor series expansion of \(f_{n-1}\) and \(f_n\) around \(x_n\):

\(f_{n-1} = f_n - hf'_n + \frac{h^2}{2}f''_n - \frac{h^3}{6}f'''_n + \mathcal{O}(h^4)\),

\(f_{n-2} = f_n - 2hf'_n + 2h^2f''_n - \frac{4h^3}{3}f'''_n + \mathcal{O}(h^4)\).

By subtracting \(4f_{n-1}\) and adding \(3f_n\) from the second equation, we eliminate the first-order derivative term and retain the second-order derivative term. Dividing the result by \(2h\) gives us the desired finite difference approximation to \(O(h^2)\).

In conclusion, the finite difference approximation for a Neumann boundary condition, \(\left(\frac{df}{dx}\right)\), at node \(n\) (right boundary) to \(O(h^2)\) is \(\left(\frac{df}{dx}\right)_n \approx \frac{f_{n-2} - 4f_{n-1} + 3f_n}{2h}\). This approximation is obtained by manipulating the Taylor series expansion of \(f_{n-1}\) and \(f_n\) to eliminate the first-order derivative term and retain the second-order derivative term, resulting in a second-order accurate approximation.

Learn more about function here:

https://brainly.com/question/31062578

#SPJ11

Given: ABCD is a parallelogram; BE | CD; BF | AD

Prove: BA EC = FA BC

Answers

Using the properties of parallelograms and the given information, we proved that BAEC is equal to FABC. We utilized angle-angle similarity and the proportional relationships of corresponding sides in similar triangles to establish the equality.

To prove that BAEC = FABC, we will use the properties of parallelograms and the given information.

Given:

ABCD is a parallelogram.

BE is parallel to CD.

BF is parallel to AD.

To prove:

BAEC = FABC

Proof:

Since ABCD is a parallelogram, we know that opposite sides are parallel and equal in length. Let's denote the length of AB as a, BC as b, AD as c, and CD as d.

Since BE is parallel to CD and AD is parallel to BF, we have angle ABE = angle CDF and angle ADB = angle BFD.

By alternate interior angles, angle CDF = angle FAB.

Now, we have two pairs of congruent angles: angle ABE = angle CDF and angle ADB = angle BFD.

Using angle-angle similarity, we can conclude that triangle ABE is similar to triangle CDF and triangle ADB is similar to triangle BFD.

As the corresponding sides of similar triangles are proportional, we have the following ratios:

AB/CD = AE/CF (from triangle ABE and triangle CDF similarity)

AD/BC = BD/CF (from triangle ADB and triangle BFD similarity)

Cross-multiplying the ratios, we get:

AB * CF = CD * AE (equation 1)

AD * CF = BC * BD (equation 2)

Adding equation 1 and equation 2, we have:

AB * CF + AD * CF = CD * AE + BC * BD

Factoring out CF, we get:

CF * (AB + AD) = CD * AE + BC * BD

Since AB + AD = CD (opposite sides of a parallelogram are equal), we have:

CF * CD = CD * AE + BC * BD

Simplifying, we get:

CF = AE + BC

Therefore, we have shown that BAEC = FABC.

For more such question on parallelograms. visit :

https://brainly.com/question/970600

#SPJ8

What type of circuit is represented in the image?

A) open, electrons will flow
B) closed, electrons will flow
C) open, electrons will not flow
D) closed, electrons will not flow

What type of circuit is represented in the image?A) open, electrons will flowB) closed, electrons will

Answers

The type of circuit that is represented above is a closed circuit that allows electrons to flow. That is option B

What is a circuit?

A circuit is defined as the electrical or electronic pathway that allows the flow of an electrical current.

There are two types of circuit that include the following;

The closed circuit is defined as the type of circuit that is complete and allow the flow of current

The open circuit is the type of circuit that is incomplete and that cannot allow complete flow of electrons.

The circuit shown above is a complete circuit that allows the build to turn on.

Learn more about circuit here:

https://brainly.com/question/26064065

#SPJ1

Based on the picture..Find the area in terms of xFind the perimeter in terms of x

Based on the picture..Find the area in terms of xFind the perimeter in terms of x

Answers

The area of a rectangle is given by the product of its dimensions.

If this rectangle has a length of 2x + 7 and a width of x + 4, its area is:

\(\begin{gathered} \text{Area}=\text{length}\cdot\text{width} \\ \text{Area}=(2x+7)(x+4)_{} \\ \text{Area}=2x^2+8x+7x+28 \\ \text{Area}=2x^2+15x+28 \end{gathered}\)

The perimeter is the sum of all side lengths, so we have:

\(\begin{gathered} \text{Perimeter}=(2x+7)+(x+4)+(2x+7)+(x+4) \\ \text{Perimeter}=6x+22 \end{gathered}\)

please help me :( If you traveled 6,000,000,000 miles into outer space, you would be about one-fourth of the way to Venus. Write this measurement in scientific notation.

A. 6 x 106 miles

B. 60 x 106 miles

C. 6 x 109 miles

D. 60 x 109 miles

Answers

The given measurement in scientific notation as \(6\times10^9\). Therefore, option D is the correct answer.

What is scientific notation?

Scientific notation is a method for expressing a given quantity as a number having significant digits necessary for a specified degree of accuracy, multiplied by 10 to the appropriate power such as \(1.56\times10^7\).

The given distance is 6,000,000,000 miles.

There are 9 zeros in the given number

So, scientific notation is \(6\times10^9\)

Therefore, the number in scientific notation is \(6\times10^9\).

To learn more about the Scientific notation visit:

https://brainly.com/question/18073768.

#SPJ1

plzzzzzzzzzz help me im crying my eays of plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

plzzzzzzzzzz help me im crying my eays of plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Answers

Answer:

D

Step-by-step explanation:

see attachment

plzzzzzzzzzz help me im crying my eays of plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzplzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

A block of sugar maple wood has a mass of 82.8 g and density of 0.69 ​g/cm3​. the block is a rectangular prism with a length of 5 cm and a width of 4 cm. what is the height of the block of sugar maple? enter your answer in the box.

Answers

The density of an object is the ratio of the mass of the object to its volume. The height of the block of sugar maple is 6cm

Density of an object

The density of an object is the ratio of the mass of the object to its volume. Mathematically;

Density = mass/volume

Given the following

Mass of block = 82.8grams

Density = 0.69g/cm^3

volume = lwh
Volume = 20h

Substitute

0.69 = 82.8/20h
20h = 82.8/0.69
20h = 120

h = 6cm

Hence the height of the block of sugar maple is 6cm

Learn more on density here: https://brainly.com/question/6838128

#SPJ4

6cm

Step-by-step explanation i can confirm that the answer is 6 ;}

Other Questions
In 1914, the Philippines was under the control of which country?A. Great BritainB. FranceC. SpainD. United States a) If 2m+n= 16 and 3m + 3 = 30, find the value of m and n. How do I do a reflected figure? if anyone could help it would mean a lot who was the female lawyer who worked for equal rights and suffrage, co-founded the aclu in 1910, and helped write the equal rights amendment? ILL MARK AS BRAINLESS PLS HELP HURRY start with r = rir, and the definitions of velocity and acceleration Which of the following statements is TRUE ? I. The distance travelled by an object can be equaled to its displacement II. The displacement of a moving object can be greater than its distance travelled. III. The displacement of a moving object is lesser than its distance travelled.a. I and IIb. II and IIIc. I and IIId. I, II, and III Several skills are required to be a successful web developer.Identify and discuss, with examples, at leastfour hard and four soft skills to succeed. The skills need to befrom different technologica ILL GIVE YOU BRAINLIST !North Carolina entered the Union x years after Pennsylvania. Which expression shows the year North Carolina entered the Union?A. 1845 + xC. 1787 + xB. 1845 - X D. 1787 - X Can someone help (significant figures) ________ is the notion that corporations are expected to go above and beyond following the law and making a profit to help society. If (0.090.09x) = 0.09 0.09z, then the value of x/y is____. How many carbon atoms are there in a diamond (pure carbon) with a mass of 47mg? I don't understand this quadratic functions question please help. What is _+_-8=29 I tried but it is very confusing please help me with the question Which of the following statements best describes the process of photosynthesis?Chloroplasts absorb sunlight and store chemical energy.Plants use oxygen to make simple sugars.Chlorophyll builds sugars in the thylakoid membrane.Light breaks down water molecules and releases carbon dioxide. what is the relationship between the expected products of the reaction below? they are constitutional isomers they are diastereomers only one product is formed they are enantiomers hello people ~Which of the following can be beaten into thin sheets?A. ZincB. PhosphorusC. SulphurD. Oxygen What are the 5 most electronegative elements? Pause Share Whiteboard More truction Level F D What does Genie notice about Grandma? Her eyes look very similar to Dad's eyes. Her wrinkles make her look older than she is. Her face is mostly covered up by a bedsheet. X