Ethen bought a jacket that was on sale for 25% off.The jacket was originally priced at $69.99 . About how much change would he get from $100.00 bill if he also pays 6% tax

Answers

Answer 1

Answer:

$44.36

Step-by-step explanation:

You paid 75% of the originally price of $69.99. That is $69.99(.75) = $52.49.

You paid $52.49 for the jacket.  Now the a tax of 6% is added to the price. Therefore you paid the cost of the jacket + 6% of the Jacket cost

$52.49 + .06(52.49) = $52.49 + $3.15 = $55.64

Paid with a $100.   the change will be $100 - $55.64 = $44.36


Related Questions

determine whether the sequence is increasing, decreasing, or not monotonic. an = 6ne−5n increasing decreasing not monotonic Is the sequence bounded? bounded not bounded

Answers

The sequence \(an=6ne^{(-5n)}\) is decreasing and bounded.

To determine whether the sequence \(an=6ne^{(-5n)}\)  is increasing, decreasing, or not monotonic and whether it is bounded or not, follow these steps:

1. Analyze the sequence's formula:
[tex]an=6ne^{(-5n)}\) can be rewritten as \(an=6n \frac{1}{e^{(5n)} }\)

2. Examine the factors in the formula:
The first factor, 6n, is increasing as n increases. The second factor, \(\frac{1}{e^{5n} }\), is decreasing as n increases since the exponent in the denominator is increasing, causing the overall value to decrease.

3. Determine the overall trend of the sequence:
The sequence an is a product of an increasing factor and a decreasing factor. To determine the overall trend, we can examine the limit of the sequence as n approaches infinity.

4. Calculate the limit:
As n approaches infinity, the decreasing factor \(\frac{1}{e^{5n} }\) dominates the sequence, causing the limit of the sequence to approach 0. This indicates that the sequence is decreasing.

5. Determine if the sequence is bounded:
Since the sequence is decreasing and approaches 0 as n approaches infinity, it has a lower bound of 0. Additionally, the sequence is positive for all values of n, so it is also upper-bounded. Therefore, the sequence is bounded.

The sequence \(an=6ne^{(-5n)}\) is decreasing and bounded.

To know more about "monotonicity and boundedness of a given sequence" refer here:

brainly.com/question/14351330

#SPJ11

If we say we have statistically significant results, we mean the results are
Select one:
a. likely to be due to true differences between the groups.
b. likely to be due to chance differences between the groups.
c. meaningless.
d. very important.

Answers

the correct answer is a. likely to be due to true differences between the groups.

If we say we have statistically significant results, it means that the results are likely to be due to true differences between the groups. Statistical significance is a term used in hypothesis testing to determine if the observed differences between groups are likely to be real and not due to chance.

When conducting a statistical analysis, researchers compare the data from different groups or samples to see if there is a significant difference between them. This involves calculating a p-value, which represents the probability of obtaining the observed results if there were no true differences between the groups.

If the p-value is less than a predetermined threshold, typically 0.05, then the results are considered statistically significant. This means that the likelihood of obtaining the observed results by chance alone is very low, and it is more likely that the differences between the groups are due to a real effect.

For example, let's say we conduct a study to compare the effectiveness of two different treatments for a medical condition. If we find that the p-value is less than 0.05, we can conclude that there is a statistically significant difference between the treatments, and the observed improvement in one group is likely to be due to the treatment itself rather than random chance.

In summary, when we say we have statistically significant results, it means that the observed differences between groups are likely to be due to true differences rather than chance. This provides evidence for the presence of a real effect or relationship between the variables being studied.

Know more about p-value here:

https://brainly.com/question/30461126

#SPJ11

Simplify 3(2x + 4y - y)

Answers

Answer:

6x+9y

Step-by-step explanation:

first, 4y-y is 3y

3(2x)+3(3y)

6x+9y

Answer:

6x + 9y

Step-by-step explanation:

\(3(2x + 4y - y)\)

\(4y - y = 4y - 1y = (4 - 1)y = 3y\)

\(3(2x + 3y)\)

\( = 6x + 9y\)

find the value of X in the triangle shown below

find the value of X in the triangle shown below

Answers

Step-by-step explanation:

61 degree

We have 2 sides equal so we know that we have 2 angles equal

180 _ 58 =122

122 is the sum of the two angles

If we divide 122 by 2 we'll get 61

Answer:

61°

Step-by-step explanation:

hope this helps! :D

Consider the following system of linear equations: 2x1-2x2+6x3 = 10 x1+2x2-3x3 = 8 -2x₁ x3 = -11 Let A be the coefficient matrix and x the solution matrix to the system. Solve the system by first computing A¹ and then using it to find x. You can resize a matrix (when appropriate) by clicking and dragging the bottom-right corner of the matrix. 000 A-¹ 0 0 0 000 0 x = 0 0

Answers

The solution of the given system of linear equations is

x₁ = 3/2, x₂ = –2, x₃ = –1/2.

Given system of linear equations are 2x1-2x2+6x3 = 10x1+2x2-3x3 = 8-2x₁ x3 = -11

To solve the given system of equations, we have to compute A¹ and then use it to find x.To compute A¹, we have to follow these steps:

Step 1: Find the determinant of A:

Now we have matrix A:2 -2 6 1 2 -3 -2 0 1

So, we can find the determinant of A using the formula det(A) = (2×2) [(2×1)×(–3×1) + (6×2)×(1×–2) + (–2×2)×(2×–3)]  

= 4(–8 + (–24) + 24) = 4(–8) = –32

So, det(A) = –32

Step 2: Find the inverse of A:

We can find the inverse of matrix A using the formula A⁻¹ = adj(A) / det(A)

Here adj(A) is the adjoint matrix of A.

Now, we have to find the adjoint matrix of A.

Adjoint of A is given as:adj(A) = (cof(A))T

where cof(A) is the matrix of cofactors of the matrix A and (cof(A))T is the transpose of cof(A).

Now we can find cof(A) as:

cof(A) =   [[(-6) (-12) (-2)] [(6) (2) (2)] [(4) (8) (2)]]

Then transpose of cof(A), cof(A)T, is  

[[(-6) (6) (4)] [(-12) (2) (8)] [(-2) (2) (2)]]

So, adj(A) = cof(A)T

=  [[(-6) (6) (4)] [(-12) (2) (8)] [(-2) (2) (2)]

Now we can find A⁻¹ as:

A⁻¹ = adj(A) / det(A)

A⁻¹ = [[(-6) (6) (4)] [(-12) (2) (8)] [(-2) (2) (2)]] / (-32)

A⁻¹ =   [[(3/16) (-3/8) (-1/16)] [(3/4) (-1/4) (-1/4)] [(1/16) (-1/8) (1/16)]]

So, A¹ = A⁻¹ = [[(3/16) (-3/8) (-1/16)] [(3/4) (-1/4) (-1/4)] [(1/16) (-1/8) (1/16)]]

Then the given system of linear equations can be written as AX = B, where

X = [x₁ x₂ x₃]T and B = [10 8 –11]TAX = B  

⟹   X = A-¹B

Substituting the value of A-¹, we get X as   [[(3/16) (-3/8) (-1/16)] [(3/4) (-1/4) (-1/4)] [(1/16) (-1/8) (1/16)]] .

[10 8 -11]T= [3/2 -2 -1/2]T

So, the solution of the system is:

x₁ = 3/2x₂ = –2x₃ = –1/2

Therefore, the solution of the given system of linear equations is

x₁ = 3/2, x₂ = –2, x₃ = –1/2.

To know more about linear visit:

https://brainly.com/question/31510526

#SPJ11

can some one tell me the answer pls. I will mark you brainliest

can some one tell me the answer pls. I will mark you brainliest

Answers

Answer:

the correct answer is 65 degrees

Step-by-step explanation:

The angle is 65 degrees

Answer:

it is 75°

Step-by-step explanation:

so do you see the red line? it is in between 70° and 80° which means it's 75°

Using banker's algorithm what is safe sequence.(A) P2, P3, P1 (B) P1, P2, P3 (C) P3, P2, P1 (D) None of the above

Answers

P2, P3, P1 is a safe sequence according to the banker's algorithm.

What is banker's algorithm?

The banker's algorithm gets its name from the fact that it determines whether or not a person should be granted a loan amount in order to assist the bank system in securely simulating resource allocation. In this part, we'll go through the Banker's Algorithm in depth. The Banker's Algorithm is primarily used in the banking system to avoid stalemate. It assists you in determining whether or not a loan will be granted. This procedure is used to assess the allocation for securely replicating the maximum amount available for all resources.

Here,

According to the banker's algorithm, the sequence P2, P3, P1 is secure.

To know more about banker's algorithm,

https://brainly.com/question/12147634

#SPJ4

how many cubes each of 2 cm length can be kept inside of a cube of 6 CM length​

Answers

Answer:

Hence 27 cubes can be obtained.

Step-by-step explanation:

Volume occupied by one cube of side 2cm = 2*2*2 = 8cm^3

Volume of cube of side 6cm = 216cm^3

Number of cubes of side 2cm which would fit in a cube of side 6cm = 216/8 = 27 cubes

three traffic lights on a street span 120 yards. if the second traffic light is 85 yards away from the first, how far in yards is the third traffic light from the seccond

Answers

The distance between the third traffic light from the second traffic light is 35 yards.

What is the distance?

Three traffic lights on a street span 120 yards.

If the second traffic light is 85 yards away from the first.

Therefore, the third traffic light is 120 - 85 =35 yards away from the second traffic light.

This means that the third traffic light is directly adjacent to the first traffic light. The third traffic light from the second traffic light is at the same location as the first traffic light.

Thus, the distance between the third traffic light from the second traffic light is 35 yards.

Learn more about Traffic light here:

https://brainly.com/question/29033668

#SPJ11


What are the coordinates of the point that is 2/5 of the way from A to B?

Point A = (-4, -2)
Point B = (11, -2)

A. (5, 0)
B. (-1, -2)
C. (2, -2)
D. (5, -2)

Answers

The coordinates of the point that is 2/5 of the way from A to B is (-1,-2).

Given, points are A = (-4, -2) and B = (11, -2).

We want to find the coordinates of the point that is 2/5 of the way from A to B.

According to distance rule,

Now distance of A and B =

\( \sqrt{ {( - 4 - 11)}^{2} + {( - 2 + 2)}^{2} } = \sqrt{ {15}^{2} } = 15 \: unit\)

Now required co-ordinate is away 2/5 th distance

from A to B.

So, the distance

\( = 15 \times \frac{2}{5} = 3 \: unit\)

Let, required co-ordinate be (x,y)

Now, distance between (x,y) and (-4,-2) = 3

\( \sqrt{ {(x + 4)}^{2} + {(y + 2)}^{2} } = 3....(1)\)

We are putting first point (5,0) in equation (1) and get \( \sqrt{ {(5 + 2)}^{2} + {(0 + 2)}^{2} } \ne3\)

Again putting (-1,-2) in equation (1), and get \( \sqrt{ {( - 1 + 4)}^{2} + {( - 2 + 2)}^{2} } = 3\)

Therefore, it is clear that required co-ordinate is (-1,-2).

Co-ordinate related one more question:

https://brainly.com/question/4854238

#SPJ1

Factor out the GCF from the given polynomial. 10^3 + 16^2 - 18x 10^3 + 16^2 - 18x = (Type your answer in factored form.)​

Answers

Correct question is;

Factor out the GCF from the given polynomial. 10x³ + 16x² - 18x. (Type your answer in factored form.)​

Answer:

GCF = 5x² + 8x - 9

Step-by-step explanation:

The given polynomial is;

10x³ + 16x² - 18x

First thing is to inspect the coefficients and see the greatest number that all three can be divided by evenly without remainder.

The greatest number is 2.

Secondly let's inspect the variables to see what we can factor out.

They all contain x. Thus, x is a factor.

Thus, we will divide each term by 2x to obtain the GCF of the polynomial.

GCF = (10x³/2x) + (16x²/2x) - (18x/2x)

GCF = 5x² + 8x - 9

If you bought a stock last year for a price of $79, and it has gone down 8.7% since then, how much is the stock worth now, to the nearest cent?

Answers

Answer:

72.13

Step-by-step explanation:

If you bought a stock last year for a price of $79, and it has gone down 8.7% since then, how much is the stock worth now, to the nearest cent?​

Review the graph of complex number z. On a coordinate plane, the y-axis is labeled imaginary and the x-axis is labeled real. Point z is at (negative 7, negative 6). What is the conjugate of z?

Review the graph of complex number z. On a coordinate plane, the y-axis is labeled imaginary and the

Answers

The conjugate is -7+6i. The correct option is third.

What is conjugate?

When two binomials have the same terms but different arithmetic operators in the center of these related words, they are said to be conjugate. For instance, the conjugate of p + q is p - q.

Given:

On a coordinate plane,

the y-axis is labeled imaginary and the x-axis is labeled real.

Point z is at (negative 7, negative 6).

Z(-7, -6)

So, the equation,

-7-6i

So, the conjugate of the equation is,

-7+6i

Therefore, -7+6i is the conjugate of the points.

To learn more about the conjugate;

https://brainly.com/question/29081052

#SPJ1

What is the laplace transformation of sin (Wt+a)?

Answers

The Laplace transformation of sin(Wt+a) is given by the equation L{sin(Wt+a)}=e^(-as)W/(s^2+W^2).


To find the Laplace transformation of sin(Wt+a), we can use the formula for the Laplace transformation of sin(Wt), which is L{sin(Wt)}=W/(s^2+W^2). Then, we can use the shifting property of Laplace transformations to find the Laplace transformation of sin(Wt+a).

The shifting property of Laplace transformations states that if L{f(t)}=F(s), then L{f(t-a)}=e^(-as)F(s).

Therefore, the Laplace transformation of sin(Wt+a) is given by L{sin(Wt+a)}=e^(-as)L{sin(Wt)}=e^(-as)W/(s^2+W^2).

In conclusion, the Laplace transformation of sin(Wt+a) is L{sin(Wt+a)}=e^(-as)W/(s^2+W^2).

Learn more about Laplace transformation

brainly.com/question/14487937

#SPJ11

What would you make the size of one of the sides of a right triangle if its other side is 12cm and the hypotenuse is 20cm?

A triangle has the three sides of 2cm, 6cm, and
\( \sqrt[2]{10} cm\)
is it a right triangle-yes or no​

Answers

Step-by-step explanation:

1. 400-144 = 256

unknown side = 16 cm

2.

√10 = 3.16

the biggest side is hypotenuse. assuming 6cm is the hypotenuse.

4+10= 14, which is different From hypotenuse. so it's not a triangle

please help timed this time i actually added picture
which exponential function is represented by the values in the table​?

please help timed this time i actually added picture which exponential function is represented by the

Answers

As x increases by 1 the value of f(x) doubles so we need 2^x
When x = 0 the value of f(x) = 3
The correct answer is f(x) = 3(2^x). [the top option]

Cameron has a bag of 50 gumdrops. There are 15 peach, 20 strawberry, 5 cherry, and 10 watermelon. Without looking, he picks a gumdrop, looks at it and puts it back, then chooses another without looking. What is the probability he will choose strawberry both times?

Answers

20/50 if they ask to simplify it is 2/5

All you have to do is take the amount and do probability like a fraction

the following data set shows population of the united states (in million) since 1790, year 1790 1800 1810 1820 1830 1840 1850 1860 1870 1880 1890 1900 population 3.9 5.3 7.2 9.6 12.9 17.1 23.2 31.4 38.6 50.2 63.0 76.2 year 1910 1920 1930 1940 1950 1960 1970 1980 1990 2000 2010 population 92.2 106.0 123.2 132.2 151.3 179.3 203.3 226.5 248.7 281.4 308.7 construct a time plot for the u.s. population. what kind of trend do you see? what information can be extracted from this plot? these data are available in data set populationusa.

Answers

In the given information, we can see that the populace of the United States has expanded consistently over time, with a few variances.

 Here is a chronological chart of the US population data:

Year   Population (millions)

1790  3.9

1800  5.3

1810   7.2

1820   9.6

1830   12.9

1840   17.1

1850   23.2

1860   31.4

1870   38.6

1880   50.2

1890   63.0

1900   76.2

1910   92.2

1920   106.0

1930   123.2

1940   132.2

1950   151.3

1960   179.3

1970   203.3

1980   226.5

1990   248.7

2000  281.4

2010  308.7

From the time chart, we can see that the populace of the United States has expanded consistently over time, with a few variances.

The slant is up, with the populace developing quicker in later a long time.

The time chart moreover permits us to see the rate of populace development over time. We can see that the population has expanded from less than 4 million in 1790 to more than 300 million in 2010.

We are able moreover to see the rate of populace development over diverse periods, such as fast populace development. within the middle of the twentieth century.

In general, the time chart of US populace information gives a visual representation of statistic patterns over time and permits us to effortlessly distinguish designs and changes within the populace.

learn more about statistical patterns

brainly.com/question/9628053

#SPJ4

 

WILL PICK BRAINLIEST AND GIVE LOT OF POINTS!

The base of a solid S is the triangle enclosed by the line x+y=1, the x-axis, and the y-axis.
Cross-sections perpendicular to the x-axis are equilateral triangles.

Determine the exact volume of solid S.

Also bounds are from 0 to 1.
Solve using integration.

WILL PICK BRAINLIEST AND GIVE LOT OF POINTS!The base of a solid S is the triangle enclosed by the line

Answers

Step-by-step explanation:

is this what you were looking for?

WILL PICK BRAINLIEST AND GIVE LOT OF POINTS!The base of a solid S is the triangle enclosed by the line

Triangle XYZ is similar to triangle JKL. XY(8.7), XZ(8.2), YZ(7.8), JK(13.05). determine the lengths of side LJ. 6.83, 11.70, 12.30, 12.41

Answers

The length of side LJ in triangle JKL is approximately 12.27 centimetre .

To determine the length of side LJ in triangle JKL, we can use the concept of similarity between triangles. When two triangles are similar, their corresponding sides are proportional.

Length of side XY in triangle XYZ: 8.7

Length of side XZ in triangle XYZ: 8.2

Length of side YZ in triangle XYZ: 7.8

Length of side JK in triangle JKL: 13.05

Let's set up the proportion using the corresponding sides:

XY / JK = XZ / LJ = YZ / KL

Substituting the given values:

8.7 / 13.05 = 8.2 / LJ = 7.8 / KL

Now, we can solve for LJ:

8.2 / LJ = 8.7 / 13.05

Cross-multiplying:

8.2 * 13.05 = 8.7 * LJ

106.71 = 8.7 * LJ

Dividing both sides by 8.7:

LJ = 106.71 / 8.7

LJ ≈ 12.27

Therefore, the length of side LJ in triangle JKL is approximately 12.27cemtimetre .

for such more question on length

https://brainly.com/question/20339811

#SPJ8


F(x)=5x and g(x)=-4x+3

F(x)=5x and g(x)=-4x+3

Answers

Answer and Step by Step:

Alrighty people. Time to do some math!

So to find the first problem we basically need to combine all the functions and multiply them. Ugh I know I know it may seem a little complicated.

f ((-4x + 3)(5x))

(is this the final answer?)

Hmm maybe not so complicated. Oh well on the the next one. By the way let me know if the first problem is not finished.

We basically do the same thing here

(-4x+3)(f(5x))

Hope you have a good day and luck in finding good memes!

jake sold 28 tickets to the school fair, and jeanne sold 21 tickets. what is the ratio,in simplest form

Answers

The ratio of the number of tickets sold by Jake to the number of tickets sold by Jeanne in the simplest form, will be 4:3

The ratio of the number of tickets sold by Jake to the number of tickets sold by Jeanne is 28:21.

To simplify this ratio, we can divide both numbers by their greatest common factor (GCF). The GCF of 28 and 21 is 7.

So, the simplified ratio is 28/7: 21/7 = 4:3

So the ratio of the number of tickets sold by Jake to the number of tickets sold by Jeanne is 4:3 in simplest form.

Learn more about ratios here: https://brainly.com/question/12024093

#SPJ4

In a scatter plot, if all data points were aligned along a 44º angle, the correlation would be_______. a) medium strength. b) low strength. c) high strength. d) 0

Answers

In a scatter plot, if all data points were aligned along a 44º angle, the correlation would be 0. The correct answer is D.

In a scatter plot, the correlation coefficient measures the strength and direction of the linear relationship between two variables. It ranges from -1 to 1, where -1 indicates a perfect negative linear relationship, 1 indicates a perfect positive linear relationship, and 0 indicates no linear relationship.

When all data points are aligned along a 44º angle, it means that the points are distributed randomly and do not follow a clear linear pattern. There is no consistent increase or decrease in one variable as the other variable changes. Therefore, the correlation between the variables is 0, indicating no linear relationship or strength of association.

In other words, the angle of 44º suggests that the variables are unrelated and have no linear dependency on each other.

Learn more about scatter plot at https://brainly.com/question/30026230

#SPJ11

The average score of students in the first group is 39, the second group is 32, and the third group is 43. If the numbers of students in the three groups are 24, 26, and 27, respectively, find the average score of all students.

Answers

The average score of all students, calculated by taking a weighted average based on the number of students in each group, is 38. The overall performance is slightly below the group averages.

The average score of students in the first, second, and third groups are 39, 32, and 43, respectively. There are 24 students in the first group, 26 students in the second group, and 27 students in the third group.

To find the average score of all students, we need to take a weighted average of the scores in each group, with the number of students in each group as the weights.

Here's how to do it: First, we calculate the total number of students:24 + 26 + 27 = 77. Then, we calculate the total score across all students: 39*24 + 32*26 + 43*27 = 936 + 832 + 1161 = 2929

Finally, we divide the total score by the total number of students to get the average score:2929/77 = 38. The average score of all students is 38.

This means that the overall performance of all the students is slightly below the average of the scores in each group.

For more questions on average score

https://brainly.com/question/13832161

#SPJ8

there was some ham in the refrigerator tyrisha used 3/4 of a pound to make sandwiches and jacquel used 7/8 of a pound to make sandwiches if there is now 2 1/2 pounds of ham leftover how much ham was there before tyrisha and jacquel used some

Answers

4 and 1/8

Step by step explanation:

You convert 3/4 and 7/8 to the LCM (Lowest Common Denominator) which would be 8 so
3/4 = 6/8 + 7/8= 13/8 = 1 and 5/8 pounds
Then you add 2 and 1/2 pounds to 1 and 5/8 pounds ,but again u need the LCM which would be 8 so 2 1/2 = 2 4/8 pounds
2 4/8 pounds + 1 and 5/8 pounds = 4 and 1/8 pounds

Sorry if it’s wrong

Select the equation of the line, in standard form, that passes through (4, 2) and is parallel to the line shown on the coordinate grid.

Select the equation of the line, in standard form, that passes through (4, 2) and is parallel to the

Answers

Answer: \(y-2=3(x-4)\\y=3x-12+2\\-3x+y=-10\\3x-y=10\)

Step-by-step explanation:

I showed the steps to find the equation. In case you need to know, I used point-slope form, which involves using the formula y-y1=m(x-x1), in which you use a point like (4,2) and the slope, which we know is 3x since it's parallel to the original line. Simplifying and bringing it to standard form such as Ax+By=C. Ax has to be positive, which is why -3x went to positive, and y and -10 switched signs.

100 POINTS PLEASE HELP D:

Anika is on the crew to set up rides for the state fair. The crew does most of the setup on the day that the fair arrives at the fairground and then continues to work on finishing the setup for about a week to have the rides ready to go in time for the opening of the fair. The scatter plot shows Anika's setup time on different days and the linear model for the data.
Y = setup time ( HOURS )
X = time ( DAYS )
(a) What is the equation of the line, written in slope-intercept form? Show how you determined the equation.


(b) Anika arrived on Day 0. Based on the linear model you created in Part A, predict how long Anika worked on Day 0.

(c) Approximately how much did her setup time decrease per day?
PART A
PART B
PART C
PART D

100 POINTS PLEASE HELP D:Anika is on the crew to set up rides for the state fair. The crew does most

Answers

Answer:

Step-by-step explanation:

See the attachment for derivation of the equation.

y = -(6/7)x + 20 6/7

The y-intercept of the equation is 20 6/7, which means there is 20 6/7 hours of setup time required.  When Anna arrives, she has not yet done any setup, so she would not have done any work yet.

In any event, the graph does not tell us how much time Anna really worked.  Did Anna spend 6 or 9 hours on the setup?  We don't know.  

100 POINTS PLEASE HELP D:Anika is on the crew to set up rides for the state fair. The crew does most

Which number has a terminating decimal expansion? А. 12 / B. 12 C. D. 11​

Answers

Answer:

b or d

c

Step-by-step explanation:

i hope work

yon lang kaya ko

The Theatre club draws a tree on the set background. The plan for the size of the tree is shown below. What is the approximate area they will have to paint to fill in this tree?

Answers

There are 120 people in a theatre. 72 are female and 48 are male. 12 females purchase an ice cream and 31 males purchase an ice cream.

What is Frequency Tree?

Frequency trees display the real frequency of certain events. They can display the same data as a two-way table, but frequency trees are more readable since they illustrate the frequency hierarchy. Probability trees depict the likelihood of a series of occurrences.

Solution:

From the question, we can see the there are 120 people in the theatre.

Since, there are 72 females in the theatre we can find the total number of males by 120-72 = 48

Also, the male who purchased Ice Cream were 36 therefore, the males who did not purchased Ice Cream are 48-36 = 12

And, the females who purchased Ice Cream are 41. So, the female who did not purchased Ice Cream are 72 - 41 = 31

To learn more about Frequency Tree from the given link

brainly.com/question/20433037

#SPJ1

complete question"

there are 120 people in a theatre 72 are female of these 41 purchase an ice cream 36 males purchase and ice cream use this information to compete the frequency tree

(4^3)² × 4^2
Please help

Answers

Answer:

65536

Step-by-step explanation:

=(642)(42)

=4096(42)

=(4096)(16)

i hope this helps if u need me to explain more i will be happy too <3

Other Questions
I have a bowling ball hanging from a chain in my room. What two forces are acting on the bowlingball? Which of the following statements is FALSE?a. Cattle drives were led by trail bosses and cowhands.b. The end of cattle drives eliminated transportation to the East and crippled the cattle industry inTexas.c. Chisholm Trail was the most popular cattle drive trail running from South Texas to Kansas.d. Railroads eliminated the need for cattle drives and improved the transportation of cattle. using the elements and principles of composition as a guide, analyze and compare the united states capitol building and the guggenheim museum. Step 1: Subtract 3 from both sides of the inequality:Step 2:Step 3: Divide both sides of the inequality by thecoefficient of xMark this and returnWhat is the missing step in solving the inequality 5-8x 20 people have volunteered for a 5-person neighborhood advocacy committee. 11 of them are homeowners and the rest are local business owners. How many ways are there to select the 5-person committee such that exactly 2 local business owners are represented? QA 20 KW, 200 volts D.C shunt generator has armature resistance = 1 ohm and field resistance =50 ohms. Determine the total armature power developed when it works as a) generator delivering 20KW output and b) as a motor taking 20 KW .input 1- Power as generator = 35.6 KW Power as a motor = 10 KW 2- Power as generator = 31.6 KW Power as a motor = 9.9 KW 3-Power as generator = 9.9 KW Power as a motor = 31.6 KW What changes in the patterns of Transportation developed from 1820 to 1860.A. The northern and southern states were more connectedB. Most roads, canals, and railroads were developed in the southern statesC. The northern and western states were more connectedD. Seaports and Atlantic and travel down the Mississippi river were the major means of transportation Tom and his three friends went out to eat Their total bill was $65.45. The tax rate is 8% and they tipped the waitress 20% What was the total price of their bill? How much should each person pay? Show your work. thank you All of the following statements correctly differentiate B2B (business-to-business) markets from B2C (business-to-consumer) markets, EXCEPT B2B markets have fewer customers than B2C markets B2B markets are characterized by fixed pricing. B2B markets have multiple buying decision makers. In B2B markets, usage determines value Solve the equation.-3(3n + 4) = 6 the idea that firms hire workers only because consumers are willing to buy the goods that the workers are hired to produce is called Original value 20 new value 30 What is the percent change? A caterer prepares twice as many pizzas as she usually prepares for a large party. The caterer usually prepares 5 pizzas. The caterer also estimates that each party guest will eat 12 of a pizza.Drag and drop each expression into the correct boxes to complete the explanation.The expression that represents how many guests the pizzas can serve is .How many party guests will the pizzas serve? Drag and drop the number of guests into the box.The pizzas can serve guests. HELP ASAP LIKE REALLY ASAP PLEASE HELP FAST and brainliestA teacher purchased a fish tank for her classroom. The dimensions of the tank are 36 inches by 60 inches by 48 inches. What is the maximum amount of water that the tank can hold? 2,160 in3 2,880 in3 10,368 in3 103,680 in3 Charlotte's seller client is having some repairs done, but one of them won't be complete until the day after the home inspection is scheduled to take place. what should charlotte do? What are the solutions of the quadratic equation x - 7x = -12?a. 3 and 4b. -2 and -6c. 2 and 6d. 3 and 4e. -3 and -4 What is the factor of 3x 7x 2? 44% of 231 is what?this is percentage btw Will give brainliest English Colonists believed that the Church of England