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
Which statement is true about this argument? premises: if an angle measure is greater than 90°, then the angle is an obtuse angl
vazorg [7]
Answer: option d. the argument is valid by the law of detachment.

The law of detachment consists in make a conlcusion in this way:

Premise 1) a => b
Premise 2) a is true

Conclusion: Then, b is true

Note: the order of the premises 1 and 2 does not modifiy the argument.

IN this case:

Premise 1) angle > 90 => obtuse

Premise 2) angle = 102 [i.e. it is true that angle > 90]]

Conclusion: it is true that angle is obtuse

3 0
3 years ago
Read 2 more answers
Write a number with the digit 8 in the tens place
koban [17]

80 is a good one to start with.

After that, you can move on to  83,  481,  1687, and  102,974,589 . 

6 0
3 years ago
Read 2 more answers
Match the information with the locations where the information belongs in a resume.
Zigmanuir [339]

Answer:

1. E

2. B

3. A

4. C

5. D

Step-by-step explanation:

C. objective

4. Graphic Designer specializing in Flash presentations

An objective outlines the position you are applying for therefore, Graphic Designer specializing in Flash presentations  best fits with objective.

A. Skill Summary

3. Two years as district manager of two floral retail locations

The skill summary outlines the knowledge, skills, abilities and experience that you have accumulated over the time and therefore, Two years as district manager of two floral retail locations  best fits with skill summary.

E. Awards and Activities

1. Volunteered with learning disabled children

Volunteered with learning disabled children  best fits with Activities

B. education

2. Wilderness Emergency Medical Certification, 2002

Education outlines systematic professional degree or certificate program therefore, Wilderness Emergency Medical Certification, 2002  best fits with education.

D. work history

5. District Manager, Home Depot 2003-2005

Work history outlines your experience that you have gained throughout your professional career therefore, District Manager, Home Depot 2003-2005  best fits with work history.

6 0
3 years ago
Identify the like terms in the expression. -3x^2+3x-x^2-2+6x
ololo11 [35]

like terms: -3x^2, -x^2

and 3x, 6x

6 0
3 years ago
A line with slope -2 and x-intercept (4,0)
Luden [163]

Answer: y = -2x + 4

Step-by-step explanation:

7 0
3 years ago
Other questions:
  • Substitute!
    12·1 answer
  • A sea bird is 28 meters above the surface of the ocean. Whats its elevation?
    8·1 answer
  • The parallelogram shown below has an area of 35 units2.
    14·1 answer
  • Is 2x/3 the same as (2/3)x ? Just wondering
    11·2 answers
  • Sasha and Mona practiced swimming every day. They increased the number of minutes of swimming every week as described below: Sas
    5·1 answer
  • On a math quiz, you earn 10 points for each question answered correctly. In the equation below, x represents the number of quest
    7·2 answers
  • What is the radius of a circle when the diameter is 70 m?​
    8·2 answers
  • If the slope of one of these perpendicular lines is -1, the slope of the other line is
    13·1 answer
  • A bus traveling from Memphis to Nashville has an average speed of 53 mph. How long will the trip take in hours if the distance b
    5·1 answer
  • The box plot shows the amount of recycled material that was collected from Houston today. What is the range of the data?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!