Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

MATH 1280 EXAM COMPLETE QUESTIONS WITH CORRECT SOLUTIONS||100% GUARANTEED PASS||UPDATED 2026/2027 SYLLABUS||NEWEST VERSION

Rating
-
Sold
-
Pages
18
Grade
A+
Uploaded on
02-04-2026
Written in
2025/2026

MATH 1280 EXAM COMPLETE QUESTIONS WITH CORRECT SOLUTIONS||100% GUARANTEED PASS||UPDATED 2026/2027 SYLLABUS||NEWEST VERSION Number of tickets sold to a concert. - ANSWER quantitative/numeric Favorite baseball team. - ANSWER qualitative/factor Number of students enrolled at Evergreen Valley College. - ANSWER quantitative/numeric Distance to the closest movie theater. - ANSWER quantitative/numeric Number of competing computer spreadsheet software packages. - ANSWER quantitative/numeric In Figure A you will find box plots for three sets of data. In Figure B are the histograms for the same sets of data, but in a different order. Associate each box plot with its relative histogram - ANSWER Box plot 1 → Histogram b, Box plot 2 → Histogram a, Box plot 3 → Histogram c Consider the box plots in Figure A. Which of the data has a smaller inter-quartile range (IQR)? - ANSWER Box plot 3 For the next 3 question deal with the following data: 11.9, 11.0, 12.4, 16.9, 16.3, 13.3, 9.1, 17.0, 11.0, 9.3, 25.3, 17.4, 17.4 - ANSWER The median is equal to: - ANSWER 13.3 The largest value in the data is an outlier: - ANSWER False The smallest value in the data is an outlier: - ANSWER False You read a research paper that applies to your industry, and it says when people are given a list of facts about your product, they are more likely to buy your product and that the different between the regular amount of sales and the sales when people read the list of facts is 3 SDs. - ANSWER Can not tell because the sample size is not given. What is the lambda value for the Poisson distribution? - ANSWER 2 If we know the expectation is 2, what is the SD of the Poisson distribution? - ANSWER sqrt(2) Traffic at the airport changed recently - ANSWER qnorm(.99), mean=2, sd=sqrt(2/6) The mean weekly sales per employee at a nationwide store is normally distributed. - ANSWER 0.13 The time between incoming customer service calls to computer-repair hotline. Probability that calls will be less than 1 minute? - ANSWER .39 What is the probability that the mean of our sampling distribution will be greater than 2.2 minutes? - ANSWER .26

Show more Read less
Institution
MATH 1280
Course
MATH 1280

Content preview

MATH 1280 EXAM COMPLETE
QUESTIONS WITH CORRECT
SOLUTIONS||100% GUARANTEED
PASS||UPDATED 2026/2027
SYLLABUS||<<NEWEST VERSION>>

Number of tickets sold to a concert. - ANSWER ✓ quantitative/numeric

Favorite baseball team. - ANSWER ✓ qualitative/factor

Number of students enrolled at Evergreen Valley College. - ANSWER ✓
quantitative/numeric

Distance to the closest movie theater. - ANSWER ✓ quantitative/numeric

Number of competing computer spreadsheet software packages. - ANSWER ✓
quantitative/numeric

In Figure A you will find box plots for three sets of data. In Figure B are the
histograms for the same sets of data, but in a different order. Associate each box
plot with its relative histogram - ANSWER ✓ Box plot 1 → Histogram b, Box
plot 2 → Histogram a, Box plot 3 → Histogram c

Consider the box plots in Figure A. Which of the data has a smaller inter-quartile
range (IQR)? - ANSWER ✓ Box plot 3

For the next 3 question deal with the following data:
11.9, 11.0, 12.4, 16.9, 16.3, 13.3, 9.1, 17.0, 11.0, 9.3, 25.3, 17.4, 17.4 - ANSWER


The median is equal to: - ANSWER ✓ 13.3

,The largest value in the data is an outlier: - ANSWER ✓ False

The smallest value in the data is an outlier: - ANSWER ✓ False

You read a research paper that applies to your industry, and it says when people
are given a list of facts about your product, they are more likely to buy your
product and that the different between the regular amount of sales and the sales
when people read the list of facts is 3 SDs. - ANSWER ✓ Can not tell because the
sample size is not given.

What is the lambda value for the Poisson distribution? - ANSWER ✓ 2

If we know the expectation is 2, what is the SD of the Poisson distribution? -
ANSWER ✓ sqrt(2)

Traffic at the airport changed recently - ANSWER ✓ qnorm(.99), mean=2,
sd=sqrt(2/6)

The mean weekly sales per employee at a nationwide store is normally distributed.
- ANSWER ✓ 0.13

The time between incoming customer service calls to computer-repair hotline.
Probability that calls will be less than 1 minute? - ANSWER ✓ .39

What is the probability that the mean of our sampling distribution will be greater
than 2.2 minutes? - ANSWER ✓ .26

Create an R data frame with the name "ex.2" that contains the data in the file
"ex2.csv" (Select the file name to download it).
Compute the standard deviation of each of the numeric variables. Among the
following, the variable with the largest standard deviation is: - ANSWER ✓
diastolic

Twenty-one randomly selected students were asked the number of pairs of
sneakers they owned. The number of pairs of sneakers owned by each student was
recorded in an R object by the name "x". The frequency table of the data "x" is:
> table(x) x 1 2 3 4 5 6 4 7 3 3 2 2
Based on this table compute: - ANSWER ✓

, sampl m an x - ANSWER ✓ 2.904762

The sample standard deviation (s) is - ANSWER ✓ 1.609496

The first quartile (Q1) is - ANSWER ✓ 2

The median is - ANSWER ✓ 2

The third quartile (Q3) is - ANSWER ✓ 4

The distribution is skewed to the left? (True or False) - ANSWER ✓ False

The relative frequency of the students that owned more than one but less than 5
sneakers is is - ANSWER ✓ 0.6190476

Following are the possible weights (in pounds) of some football team members.
232, 251, 257, 268, 238, 222, 265, 263, 252, 246, 253, 248, 256, 248, 230, 219,
224, 267, 259, 254, 254, 261, 248, 221, 252, 269, 269, 273, 273, 259, 251, 222,
248, 224 - ANSWER ✓

sampl m an x, - ANSWER ✓ 249.2941

The sample standard deviation (s) is - ANSWER ✓ 16.34019

The first quartile (Q1) is - ANSWER ✓ 240

The median is - ANSWER ✓ 252

The third quartile (Q3) is - ANSWER ✓ 260.5

The USC quarterback Matt Barkley weighed 220 pounds in the spring of 2010.
How many standard deviations above or below the mean was he in comparison to
the data given above? (Give the answer in the format x.xxx, without the plus/minus
sign) - ANSWER ✓ 1.792765

The following frequency table shows the lengths of 42 international phone calls
using a $5 prepaid calling card. The data was stored in an object by the name "x":

Written for

Institution
MATH 1280
Course
MATH 1280

Document information

Uploaded on
April 2, 2026
Number of pages
18
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$14.09
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
SmartscoreAaron Chicago State University
Follow You need to be logged in order to follow users or courses
Sold
77
Member since
1 year
Number of followers
6
Documents
4071
Last sold
2 weeks ago
SMARTSCORES LIBRARY

Get top-tier academic support for Psychology, Nursing, Business, Engineering, HRM, Math, and more. Our team of professional tutors delivers high-quality homework, quiz, and exam assistance—ensuring scholarly excellence and grade-boosting results. Trust our collaborative expertise to help you succeed in any course at U.S.A Institutions.

3.1

7 reviews

5
3
4
1
3
0
2
0
1
3

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions