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
||25 POINTS WILL GIVE BRAINLIEST||
Harrizon [31]

Answer:

B

Step-by-step explanation:

-1+(-6)

6 0
3 years ago
Read 2 more answers
What is Index Law 3?<br> please give explanation
rodikova [14]

Answer:

hi hi hi hi hi

Step-by-step explanation:

plz follow me

6 0
3 years ago
Read 2 more answers
20 Points! Please Help!
ivolga24 [154]

To solve this problem yo need to have the "x", the "y", and the radius. To find the radius since it is not given we use the formula.

sq rt(-3^2+1^2)

sq rt(9+1)

sq rt(10) would be the length of the radius in this case.

Then we use the sine cosine and tangent fractions

sin:y/r

cos:x/r

tan:y/x

With the values plugged in the equations are

SIN:1/sqrt(10) Since there can´t be a sq rt in hte denominator we change it to 1(sq rt(10))/10

COS:-3/sqrt(10) Since there can´t be a sq rt in the denominator we change it to -3(sq rt(10))/10

TAN:1/-3 This one can stay the same.

This would be the measures of SIN, COS, and TAN.

3 0
3 years ago
Of the pizzas recently sold at Pizza Pies, 6 had pepperoni and 26 did not. Considering this data, how many of the next 16 pizzas
kondaur [170]

Answer:

8 pizzas

Step-by-step explanation:

3 0
2 years ago
Read 2 more answers
Is -55.505 a rational number?
earnstyle [38]

Answer:

yes

Step-by-step explanation:

Any number that can be written in p/q from is a rational number

4 0
3 years ago
Other questions:
  • If you have 15 blocks and divide the blocks equally among 5 friends how many blocks does each friend receive
    8·1 answer
  • What are 5 ways that graph can be misleading ?
    9·2 answers
  • What is the value of the missing number in the sequence<br><br> 4,12,36,__,324,972,2916
    15·1 answer
  • For which function is the average rate of change over the interval 1 &lt; x &lt; 5 greater than the average rate of change over
    9·1 answer
  • I don’t even know. I really need help with this question.
    15·1 answer
  • Need help? Answer question it’s simple.
    11·1 answer
  • Using the distributive property, almpllty 28 - 4(x - 1) *​
    8·1 answer
  • 1. In a batch of 190 water purifiers, 12 were found to be defective. What is the probability that a
    6·2 answers
  • Find the area of the given rhombus​
    8·1 answer
  • In an arithmetic sequence if a1 =7 and d = 3, find a64
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!