1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
777dan777 [17]
3 years ago
6

Following are the prices of 12 tickets listed on the Ticket Racket ticket broker site for a Taylor Swift concert.

Mathematics
2 answers:
Ludmilka [50]3 years ago
8 0

Let me use Python to find the answers

Program.

\tt import\:statistics \:as\:stats

\tt Prices=[75,120,120,145,150,150,150,175,175,200,225,275]

\tt print(stats.mean(Prices))

\tt print(stats.median(Prices))

\tt print(stats.mode(Prices))

Output:;

  • Mean=163.333
  • Median=150.0
  • Mode=150

Console attached

katrin2010 [14]3 years ago
3 0

Answer:

  • See below

Step-by-step explanation:

<u>Given prices:</u>

  • $75, $120, $120, $145, $150, $150, $150, $175, $175, $200, $225, $275

a) <u>Find the mean:</u>

  • (75 + 2*120 + 145 +  3*150+ 2*175 + 200 + 225 + 275)/12 = $163.33

b) <u>Find the median</u>

  • The both middle numbers are $150, so it is the median

c) <u>Find the mode:</u>

  • The most repeated price is $150 (3 times repeated)

d) <u>Find the range:</u>

  • $275 - $75 = $200

You might be interested in
How do I Round 53879 to the nearest hundred.
Elenna [48]
So,

53,879 rounded to the nearest hundred:

If the number in the tens place is greater than or equal to 5, then round up.  If not, round down.

7 is greater than or equal to 5, so round up.

53,879 --> 53,900
3 0
3 years ago
Read 2 more answers
in circle O, central angle AOB measures radians. What is the length of arc AB? 6π cm 12π cm 18π cm 36π cm
mart [117]
The answer is 6 pi because you have to divide 18 by 3.  That gives you 6.
3 0
3 years ago
Read 2 more answers
Witch of the s-values satisfy the following inequality?
levacccp [35]

Answer:

the possible answer would be A, 6.

Step-by-step explanation:

6/2 is equal to 3 wholes. 7 minus 3 is 4. the sign > is used to indicate that the left number is greater than the right number, which is 3.  4 > 3 would be shown. this means that 6, or A, is the answer! :)

(6 IS ALSO THE ONLY OPTION. I NOTICED IT SAYS “ALL ANSWERS“

7 0
2 years ago
M*(x+y)+4y/(x^2-xy-y^2)=(x+2y)/(x^2-xy-Y^2),find the value of M
dybincka [34]

Answer: M  = \frac{x-2y}{x+y}  

Step-by-step explanation:

\frac{M(x+y)+4y}{x^{2}-xy-y^{2}  } =\frac{(x+2y)}{x^{2} -xy-y^{2} }

M (x + y) + 4y = x + 2y (Multiply x^{2} - xy-y^{2} in both sides)

M (x + y)  = x + 2y - 4y

M (x + y)  = x - 2y  (Divide (x+y) from both sides)

M  = \frac{x-2y}{x+y}  

3 0
2 years ago
Logarithms:
bogdanovich [222]

Answer:

  • 2^45 or ≈ 3.5*10^13

Step-by-step explanation:

<u>Given equation</u>

  • f(t) = 2^(kt)
  • f - number of cells, t - number of months, k- coefficient

<u>We got 32 cells in the first month. It means:</u>

  • t = 1, f(1) = 32

<u>Using these numbers we can find the coefficient k:</u>

  • 32 = 2^(k*1)
  • 2^5 = 2^k
  • k = 5

<u>Then the equation becomes:</u>

  • f(t) = 2^(5t)

<u>Average time is 9 months, we can calculate the number of cells:</u>

  • f(9) = 2^(5*9) = 2^45 ≈ 3.5*10^13
5 0
3 years ago
Other questions:
  • Please help, showing work is not necessary but appreciated.<br> Find the sum.
    11·2 answers
  • Write the standard equation of the circle with center (5, −4) and radius 3.
    13·1 answer
  • Before a sale, an item’s price was $28.00. After the sale discount the price became $21.00. What was the percent of the sale dis
    12·1 answer
  • The scale of a map is 1 inch: 250 miles. City A is 378 miles from City B. To the nearest tenth, how far is its distance on the m
    5·2 answers
  • Find the area of a circle with diameter, d = 18m.<br>Give your answer in terms of π.​
    6·2 answers
  • Help ASAP I’ll mark you as brainlister
    5·2 answers
  • Plz help! The product of three consecutive natural numbers is 336. What are those numbers?​
    10·1 answer
  • How do i write an equation in slope intercept form if they give you the slope and what it has to pass through. I totally forgot
    8·1 answer
  • 5000 people attended a football game. 2350 of the people attending supported the home team, while 2650 supported the visiting te
    5·1 answer
  • Find the volume of x?<br> I will mark BRAINLIEST
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!