Files
edbridge-scholars/src/data/math/one-variable-data.ts
2026-03-01 20:24:14 +06:00

951 lines
90 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { type PracticeQuestion } from "../../types/lesson";
export const ONE_VAR_DATA_EASY: PracticeQuestion[] = [
{
id: "12dae628",
type: "mcq",
questionHtml:
"<strong>2</strong>, <strong>9</strong>, <strong>14</strong>, <strong>23</strong>, <strong>32</strong><br>What is the mean of the data shown?",
choices: [
{ label: "A", text: "<strong>14</strong>" },
{ label: "B", text: "<strong>16</strong>" },
{ label: "C", text: "<strong>17</strong>" },
{ label: "D", text: "<strong>32</strong>" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The mean of a set of data values is the sum of all the data values divided by the number of data values in the set. The sum of the data values shown is <strong>2 + 9 + 14 + 23 + 32</strong>, or <strong>80</strong>. Since there are <strong>5</strong> data values in the set, the mean of the data shown is <strong>(80) / (5)</strong>, or <strong>16</strong>.<br>Choice A is incorrect. This is the median, not the mean, of the data shown.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect. This is the maximum, not the mean, of the data shown.",
hasFigure: false,
},
{
id: "35bec412",
type: "spr",
questionHtml:
"<strong>73</strong>, <strong>74</strong>, <strong>75</strong>, <strong>77</strong>, <strong>79</strong>, <strong>82</strong>, <strong>84</strong>, <strong>85</strong>, <strong>91</strong><br>What is the median of the data shown?",
choices: [],
correctAnswer: "79",
explanation:
"The correct answer is <strong>79</strong>. The median of a data set with an odd number of values is the middle value of the set when the values are ordered from least to greatest. Because the given data set consists of nine values that are ordered from least to greatest, the median is the fifth value in the data set. Therefore, the median of the data shown is <strong>79</strong>.",
hasFigure: false,
},
{
id: "374b18f9",
type: "mcq",
questionHtml:
"The number of acres of useful timberland in 13 counties in California is summarized in the box plot above. Which of the following is closest to the median number of acres?",
choices: [
{ label: "A", text: "4,399" },
{ label: "B", text: "7,067" },
{ label: "C", text: "8,831" },
{ label: "D", text: "10,595" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The median of the data summarized by a box plot is the value associated with the vertical line segment within the box. According to the box plot shown, this value is slightly greater than 7,000. Therefore, the closest value for the median number of acres is 7,067.Choice A is incorrect. This is the value associated with the vertical line segment forming the left-hand side of the box. Choice C is incorrect. This value is greater than the value associated with the vertical line segment within the box. Choice D is incorrect. This is the value associated with the vertical line segment forming the right-hand side of the box.",
hasFigure: true,
figureUrl: "/practice-images/374b18f9_img1.png",
},
{
id: "4b09f783",
type: "spr",
questionHtml:
"A list of <strong>10</strong> data values is shown.<br><strong>6</strong>, <strong>8</strong>, <strong>16</strong>, <strong>4</strong>, <strong>17</strong>, <strong>26</strong>, <strong>8</strong>, <strong>5</strong>, <strong>5</strong>, <strong>5</strong><br>What is the mean of these data?",
choices: [],
correctAnswer: "10",
explanation:
"The correct answer is <strong>10</strong>. The mean of a data set is calculated by dividing the sum of the data values by the number of data values in the data set. For this data set, the mean can be calculated as <strong>(6 + 8 + 16 + 4 + 17 + 26 + 8 + 5 + 5 + 5) / (10)</strong>, which is equivalent to <strong>(100) / (10)</strong>, or <strong>10</strong>.",
hasFigure: false,
},
{
id: "4bb25495",
type: "mcq",
questionHtml:
"The table above shows the land area, in square kilometers, of the five smallest countries of the world in 2016. Based on the table, what is the mean land area of the 5 smallest countries in 2016, to the nearest square kilometer?",
choices: [
{ label: "A", text: "20" },
{ label: "B", text: "22" },
{ label: "C", text: "61" },
{ label: "D", text: "110" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The mean land area of these 5 countries is equal to the sum of the land areas of these countries, or <strong>2 . 0 + 21 + 61 + 26 + 0 . 4 4</strong>, divided by the number of countries in the table, 5, or <strong>the fraction with numerator 2 . 0 + 21 + 61 + 26 + 0 . 4 4, and denominator 5</strong>. Combining like terms in the numerator yields <strong>110 . 4 4 over 5</strong>, which simplifies to 22.088 square kilometers. This value, when rounded to the nearest square kilometer, is 22.Choice A is incorrect and may result from a calculation error. Choice C is incorrect. This is the greatest land area of the 5 countries in the table. Choice D is incorrect. This is the sum of the land areas of the 5 countries in the table, rounded to the nearest square kilometer.",
hasFigure: false,
},
{
id: "52f9a246",
type: "mcq",
questionHtml:
"<strong>4</strong>, <strong>4</strong>, <strong>4</strong>, <strong>4</strong>, <strong>8</strong>, <strong>8</strong>, <strong>8</strong>, <strong>13</strong>, <strong>13</strong><br>Which frequency table correctly represents the data listed?",
choices: [
{
label: "A",
text: "Number<br>Frequency<br><br><strong>4</strong><br><strong>4</strong><br><br><strong>8</strong><br><strong>3</strong><br><br><strong>13</strong><br><strong>2</strong>",
},
{
label: "B",
text: "Number<br>Frequency<br><br><strong>4</strong><br><strong>4</strong><br><br><strong>3</strong><br><strong>8</strong><br><br><strong>2</strong><br><strong>13</strong>",
},
{
label: "C",
text: "Number<br>Frequency<br><br><strong>4</strong><br><strong>16</strong><br><br><strong>8</strong><br><strong>24</strong><br><br><strong>13</strong><br><strong>26</strong>",
},
{
label: "D",
text: "Number<br>Frequency<br><br><strong>16</strong><br><strong>4</strong><br><br><strong>24</strong><br><strong>8</strong><br><br><strong>26</strong><br><strong>13</strong>",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. A frequency table is a table that lists the data value and shows the number of times the data value occurs. In the data listed, the number <strong>4</strong> occurs four times, the number <strong>8</strong> occurs three times, and the number <strong>13</strong> occurs two times. This corresponds to the table in choice A.<br>Choice B is incorrect. This table has the values for number and frequency reversed.<br>Choice C is incorrect because the frequency values don't represent the data listed.<br>Choice D is incorrect. This table represents the listed number values as the frequency values.",
hasFigure: false,
},
{
id: "55cfaf22",
type: "mcq",
questionHtml:
"Data set X: <strong>5</strong>, <strong>9</strong>, <strong>9</strong>, <strong>13</strong><br>Data set Y: <strong>5</strong>, <strong>9</strong>, <strong>9</strong>, <strong>13</strong>, <strong>27</strong><br>The lists give the values in data sets X and Y. Which statement correctly compares the mean of data set X and the mean of data set Y?",
choices: [
{
label: "A",
text: "The mean of data set X is greater than the mean of data set Y.",
},
{
label: "B",
text: "The mean of data set X is less than the mean of data set Y.",
},
{ label: "C", text: "The means of data set X and data set Y are equal." },
{
label: "D",
text: "There is not enough information to compare the means.",
},
],
correctAnswer: "B",
explanation:
"Choice B is correct. The mean of a data set is the sum of the values in the data set divided by the number of values in the data set. It follows that the mean of data set X is <strong>(5 + 9 + 9 + 13) / (4)</strong>, or <strong>9</strong>, and the mean of data set Y is <strong>(5 + 9 + 9 + 13 + 27) / (5)</strong>, or <strong>12.6</strong>. Since <strong>9</strong> is less than <strong>12.6</strong>, the mean of data set X is less than the mean of data set Y.<br>Alternate approach: Data set Y consists of the <strong>4</strong> values in data set X and one additional value, <strong>27</strong>. Since the additional value, <strong>27</strong>, is larger than any value in data set X, the mean of data set X is less than the mean of data set Y.<br>Choice A is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "57f45509",
type: "mcq",
questionHtml:
"From left to right the values of the vertical bars in the box plot are as follows:<br><br>First vertical bar: 2<br>Second vertical bar: 4<br>Third vertical bar: 5<br>Fourth vertical bar: 7<br>Fifth vertical bar: 8<br><br> <br>The box plot summarizes <strong>15</strong> data values. What is the median of this data set?",
choices: [
{ label: "A", text: "<strong>2</strong>" },
{ label: "B", text: "<strong>3</strong>" },
{ label: "C", text: "<strong>5</strong>" },
{ label: "D", text: "<strong>8</strong>" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The median of a data set represented in a box plot is given by the vertical line within the box. In the given box plot, the vertical line within the box occurs at <strong>5</strong>. Therefore, the median of this data set is <strong>5</strong>.<br>Choice A is incorrect. This is the minimum value of the data set.<br>Choice B is incorrect and may result from conceptual errors.<br>Choice D is incorrect. This is the maximum value of the data set.",
hasFigure: true,
figureUrl: "/practice-images/57f45509_svg1.svg",
},
{
id: "6670e407",
type: "mcq",
questionHtml:
"The table above shows the number of students from two different high schools who completed summer internships in each of five years. No student attended both schools. Which of the following statements are true about the number of students who completed summer internships for the 5 years shown?The mean number from Foothill High School is greater than the mean number from Valley High School.The median number from Foothill High School is greater than the median number from Valley High School.",
choices: [
{ label: "A", text: "I only" },
{ label: "B", text: "II only" },
{ label: "C", text: "I and II" },
{ label: "D", text: "Neither I nor II" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The mean of a data set is found by dividing the sum of the values by the number of values. Therefore, the mean number of students who completed summer internships from Foothill High School is <strong>the fraction with numerator 87 + 80 + 75 + 76 + 70, and denominator 5 = the fraction 388 over 5</strong>, or 77.6. Similarly, the mean number from Valley High School is <strong>the fraction with numerator 44 + 54 + 65 + 76 + 82, and denominator 5 = the fraction 321 over 5</strong>, or 64.2. Thus, the mean number from Foothill High School is greater than the mean number from Valley High School. When a data set has an odd number of elements, the median can be found by ordering the values from least to greatest and determining the value in the middle. Since there are five values in each data set, the third value in each ordered list is the median. Therefore, the median number from Foothill High School is 76 and the median number from Valley High School is 65. Thus, the median number from Foothill High School is greater than the median number from Valley High School.Choices A, B, and D are incorrect and may result from various misconceptions or miscalculations.",
hasFigure: false,
},
{
id: "66f03086",
type: "mcq",
questionHtml:
"<strong>71</strong>, <strong>72</strong>, <strong>73</strong>, <strong>76</strong>, <strong>77</strong>, <strong>79</strong>, <strong>83</strong>, <strong>87</strong>, <strong>93</strong><br>What is the median of the data shown?",
choices: [
{ label: "A", text: "<strong>71</strong>" },
{ label: "B", text: "<strong>77</strong>" },
{ label: "C", text: "<strong>78</strong>" },
{ label: "D", text: "<strong>79</strong>" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The median of a data set with an odd number of data values is defined as the middle value of the ordered list of values. The data set shown has nine values, so the median is the fifth value in the ordered list, which is <strong>77</strong>.<br>Choice A is incorrect. This is the minimum value of the data set, not the median.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect. This is the mean of the data set, not the median.",
hasFigure: false,
},
{
id: "708590d7",
type: "mcq",
questionHtml:
"Which of the following statements correctly compares the means of data set A and data set B?",
choices: [
{ label: "A", text: "The mean of each data set is 2." },
{ label: "B", text: "The mean of each data set is 4." },
{
label: "C",
text: "The mean of data set A is less than the mean of data set B.",
},
{
label: "D",
text: "The mean of data set A is greater than the mean of data set B.",
},
],
correctAnswer: "D",
explanation:
"Choice D is correct. The mean of a data set is found by dividing the sum of the values in the data set by the number of values in the data set. Therefore, the mean of data set A is <strong>the fraction with numerator 1 + 2 + 3 + 4 + 5 + 6 + 7, and denominator 7 = the fraction 28 over 7</strong>, or 4. The mean of data set B is <strong>the fraction with numerator 1 + 1 + 2 + 2 + 3 + 3 + 4, and denominator 7 = the fraction 16 over 7</strong>, or approximately 2.2857. Therefore, the mean of data set A is greater than the mean of data set B.Alternate approach: Data set A and data set B are both ordered from least to greatest value. Besides the first value in each data set, which is 1, each value in ordered data set B is less than the respective value in ordered data set A. Therefore, conceptually, the mean of data set A must be greater than the mean of data set B.<br>Choices A, B, and C are incorrect and may result from various misconceptions or miscalculations.",
hasFigure: false,
},
{
id: "7760c516",
type: "spr",
questionHtml:
"Each value in the data set shown represents the height, in centimeters, of a plant. <br><strong>6</strong>, <strong>10</strong>, <strong>13</strong>, <strong>2</strong>, <strong>15</strong>, <strong>22</strong>, <strong>10</strong>, <strong>4</strong>, <strong>4</strong>, <strong>4</strong><br>What is the mean height, in centimeters, of these plants?",
choices: [],
correctAnswer: "9",
explanation:
"The correct answer is <strong>9</strong>. The mean of a data set is the sum of the values in the data set divided by the number of values in the data set. It follows that the mean height, in centimeters, of these plants is the sum of the heights, in centimeters, of each plant, <strong>6 + 10 + 13 + 2 + 15 + 22 + 10 + 4 + 4 + 4</strong>, or <strong>90</strong>, divided by the number of plants in the data set, <strong>10</strong>. Therefore, the mean height, in centimeters, of these plants is <strong>(90) / (10)</strong>, or <strong>9</strong>.",
hasFigure: false,
},
{
id: "79340403",
type: "spr",
questionHtml:
"The data for the 10 categories are as follows:<br><br>Group 1: 30<br>Group 2: 62<br>Group 3: 36<br>Group 4: 50<br>Group 5: 46<br>Group 6: 40<br>Group 7: 54<br>Group 8: 60<br>Group 9: 16<br>Group 10: 20<br><br>The bar graph shows the distribution of <strong>414</strong> books collected by <strong>10</strong> different groups for a book drive. How many books were collected by group <strong>1</strong>?",
choices: [],
correctAnswer: "30",
explanation:
"The correct answer is <strong>30</strong>. The height of each bar in the bar graph shown represents the number of books collected by the group specified at the bottom of the bar. The bar for group <strong>1</strong> reaches a height of <strong>30</strong>. Therefore, group <strong>1</strong> collected <strong>30</strong> books.",
hasFigure: true,
figureUrl: "/practice-images/79340403_svg1.svg",
},
{
id: "820d7a73",
type: "spr",
questionHtml:
"The data for the 10 categories are as follows:<br><br>Group 1: 30<br>Group 2: 63<br>Group 3: 38<br>Group 4: 50<br>Group 5: 47<br>Group 6: 40<br>Group 7: 54<br>Group 8: 60<br>Group 9: 17<br>Group 10: 20<br><br>The bar graph shows the distribution of <strong>419</strong> cans collected by <strong>10</strong> different groups for a food drive. How many cans were collected by group <strong>6</strong>?",
choices: [],
correctAnswer: "40",
explanation:
"The correct answer is <strong>40</strong>. The height of each bar in the bar graph shown represents the number of cans collected by the group specified at the bottom of the bar. The bar for group <strong>6</strong> reaches a height of <strong>40</strong>. Therefore, group <strong>6</strong> collected <strong>40</strong> cans.",
hasFigure: true,
figureUrl: "/practice-images/820d7a73_svg1.svg",
},
{
id: "869a32f1",
type: "mcq",
questionHtml:
"Over this 5-day period, which of the following is NOT equal to 81°F?",
choices: [
{ label: "A", text: "Median of the high temperatures" },
{ label: "B", text: "Mean of the high temperatures" },
{ label: "C", text: "Mode of the high temperatures" },
{ label: "D", text: "Range of the high temperatures" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. The range of a data set is the difference between the maximum and the minimum values in the set. The maximum value among the high temperatures in the table is 82°F and the minimum value is 80°F. Therefore, the range is 82°F 80°F = 2°F.Choice A is incorrect. The median of a data set is the middle value when the values in the set are ordered from least to greatest. Ordering the high temperatures this way gives the list 80, 81, 81, 81, 82. Therefore, the median high temperature is 81°F. Choice B is incorrect. The mean high temperature is <strong>the fraction with numerator 81 + 80 + 81 + 81 + 82, and denominator 5 = the fraction 405 over 5, which = 81</strong>. Choice C is incorrect. The mode is the value that occurs the greatest number of times. For the set of high temperatures shown, 81 is the value that occurs 3 times, and therefore, 81°F is the mode of the high temperatures.",
hasFigure: false,
},
{
id: "8736334b",
type: "mcq",
questionHtml:
"Data set A and data set B each contain 5 numbers. If the mean of data set A is equal to the mean of data set B, what is the value of x ?",
choices: [
{ label: "A", text: "77" },
{ label: "B", text: "85" },
{ label: "C", text: "86" },
{ label: "D", text: "95" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The mean of a data set is found by dividing the sum of the values in the data set by the number of values in the data set. Therefore, the mean of data set A is <strong>the fraction with numerator 72 + 73 + 73 + 76 + 76, and denominator 5</strong>, which simplifies to 74. The mean of data set B is represented by the equation <strong>the fraction with numerator 61 + 64 + 74 + 85 + x, and denominator 5</strong>, or <strong>the fraction with numerator 284 + x, and denominator 5</strong>. Its given that the mean of data set A is equal to the mean of data set B. Therefore, the equation <strong>74 = the fraction with numerator 284 + x, and denominator 5</strong> can be used to solve for x. Multiplying both sides of this equation by 5 yields <strong>370 = 284 + x</strong>. Subtracting 284 from both sides of this equation yields <strong>86 = x</strong>.Choices A, B, and D are incorrect and may result from calculation errors.",
hasFigure: false,
},
{
id: "93779b53",
type: "mcq",
questionHtml:
"The data for the 5 categories are as follows: <br><br>1: More than halfway above 25 students<br>2: Less than halfway above 30 students<br>3: More than halfway above 35 students<br>4: About halfway above 40 students<br>5: About halfway above 45 students<br><br>A group of students voted on five after-school activities. The bar graph shows the number of students who voted for each of the five activities. How many students chose activity <strong>3</strong>?",
choices: [
{ label: "A", text: "<strong>25</strong>" },
{ label: "B", text: "<strong>39</strong>" },
{ label: "C", text: "<strong>48</strong>" },
{ label: "D", text: "<strong>50</strong>" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The height of each bar in the bar graph given represents the number of students that voted for the activity specified at the bottom of the bar. The bar for activity <strong>3</strong> has a height that is between <strong>35</strong> and <strong>40</strong>. In other words, the number of students that chose activity <strong>3</strong> is between <strong>35</strong> students and <strong>40</strong> students. Of the given choices, <strong>39</strong> is the only value between <strong>35</strong> and <strong>40</strong>. Therefore, <strong>39</strong> students chose activity <strong>3</strong>.<br>Choice A is incorrect and may result from conceptual errors.<br>Choice C is incorrect. This is the number of students that chose activity <strong>5</strong>, not activity <strong>3</strong>.<br>Choice D is incorrect and may result from conceptual errors.",
hasFigure: true,
figureUrl: "/practice-images/93779b53_svg1.svg",
},
{
id: "a9647302",
type: "mcq",
questionHtml:
"<strong>The figure presents a bar graph titled “Results of Five Quality Control Trials.” The horizontal axis is labeled “Trial, ” and the following five letters are indicated along the axis: A, B, C, D, and E. Each letter has a vertical bar. The vertical axis is labeled “Number of defective light bulbs, ” and the numbers 0 through 8, in increments of 1, are indicated. The data represented by each of the 5 bars are as follows. Trial A, 4 light bulbs. Trial B, 7 light bulbs. Trial C, 1 light bulb. Trial D, 3 light bulbs. Trial E, 6 light bulbs.</strong>For quality control, a company that manufactures lightbulbs conducted five different trials. In each trial, 500 different lightbulbs were tested. The bar graph above shows the number of defective lightbulbs found in each trial. What is the mean number of defective lightbulbs for the five trials?",
choices: [
{ label: "A", text: "4.0" },
{ label: "B", text: "4.2" },
{ label: "C", text: "4.6" },
{ label: "D", text: "5.0" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The numbers of defective lightbulbs found for the five trials are 4, 7, 1, 3, and 6, respectively. The mean is therefore <strong>the fraction with numerator 4 + 7 + 1 + 3 + 6, and denominator 5 = 4 . 2</strong>.Choice A is incorrect. This is the median number of defective lightbulbs for the five trials. Choice C is incorrect and may result from an arithmetic error. Choice D is incorrect and may result from mistaking the number of trials for the number of defective lightbulbs.",
hasFigure: true,
figureUrl: "/practice-images/a9647302_img1.png",
},
{
id: "bfa8a85c",
type: "mcq",
questionHtml:
"<strong>6</strong>, <strong>6</strong>, <strong>8</strong>, <strong>8</strong>, <strong>8</strong>, <strong>10</strong>, <strong>21</strong><br>Which of the following lists represents a data set that has the same median as the data set shown?",
choices: [
{
label: "A",
text: "<strong>4</strong>, <strong>6</strong>, <strong>6</strong>, <strong>6</strong>, <strong>8</strong>, <strong>8</strong>",
},
{
label: "B",
text: "<strong>6</strong>, <strong>6</strong>, <strong>8</strong>, <strong>8</strong>, <strong>10</strong>, <strong>10</strong>",
},
{
label: "C",
text: "<strong>6</strong>, <strong>8</strong>, <strong>10</strong>, <strong>10</strong>, <strong>10</strong>, <strong>12</strong>",
},
{
label: "D",
text: "<strong>8</strong>, <strong>8</strong>, <strong>10</strong>, <strong>10</strong>, <strong>21</strong>, <strong>21</strong>",
},
],
correctAnswer: "B",
explanation:
"Choice B is correct. If a data set contains an odd number of data values, the median is represented by the middle data value in the list when the data values are listed in ascending or descending order. Since the data set shown has <strong>7</strong> data values and is in ascending order, it follows that the median is the fourth data value in the list, or <strong>8</strong>. If a data set contains an even number of data values, the median is between the two middle data values when the values are listed in ascending or descending order. Since each of the choices consists of a data set with <strong>6</strong> data values in ascending order, it follows that the median is between the third and fourth data value. The third and fourth data values in choice B are <strong>8</strong> and <strong>8</strong>. Thus, choice B represents a data set with a median of <strong>8</strong>. Since the median of the data set shown is <strong>8</strong> and choice B represents a data set with a median of <strong>8</strong>, it follows that choice B represents a data set that has the same median as the data set shown.<br>Choice A is incorrect. This list represents a data set with a median of <strong>6</strong>, not <strong>8</strong>.<br>Choice C is incorrect. This list represents a data set with a median of <strong>10</strong>, not <strong>8</strong>.<br>Choice D is incorrect. This list represents a data set with a median of <strong>10</strong>, not <strong>8</strong>.",
hasFigure: false,
},
{
id: "c54b92a2",
type: "mcq",
questionHtml:
"What is the range of the number of wheels made for the 11 one-hour periods?",
choices: [
{ label: "A", text: "5.5" },
{ label: "B", text: "5.0" },
{ label: "C", text: "4.5" },
{ label: "D", text: "4.0" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. Range is defined as the difference between the greatest and least values from a set of data. The greatest number of wheels made during a one-hour period was 24 wheels. The least number of wheels was 19. Hence, the range is <strong>24 19 = 5</strong>, or 5.0.Choices A, C, and D are incorrect and may be the result of arithmetic errors or incorrectly identifying the greatest or least number of wheels made during a one-hour period.",
hasFigure: false,
},
{
id: "c88e0663",
type: "mcq",
questionHtml:
"For a school fund-raiser, 10 students sold a total of 90 boxes of cookies. Which of the following can be calculated from this information?",
choices: [
{ label: "A", text: "The average number of boxes sold per student" },
{ label: "B", text: "The median number of boxes sold per student" },
{ label: "C", text: "The greatest number of boxes sold by one student" },
{ label: "D", text: "The least number of boxes sold by one student" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The average can be found by dividing the total number of boxes sold by the number of students, which is <strong>the fraction 90 over 10 = 9</strong>.Choices B, C, and D are incorrect. Each results from choosing measures that require the results of individual students, which are not given.",
hasFigure: false,
},
{
id: "d1db8def",
type: "mcq",
questionHtml:
"Response<br>Frequency<br><br>Once a week or more<br><strong>3</strong><br><br>Two or three times a month<br><strong>16</strong><br><br>About once a month<br><strong>26</strong><br><br>A few times a year<br><strong>73</strong><br><br>Almost never<br><strong>53</strong><br><br>Never<br><strong>29</strong><br><br>Total<br><strong>200</strong><br><br>The table gives the results of a survey of <strong>200</strong> people who were asked how often they see a movie in a theater. How many people responded either “never” or “almost never”?",
choices: [
{ label: "A", text: "<strong>24</strong>" },
{ label: "B", text: "<strong>53</strong>" },
{ label: "C", text: "<strong>82</strong>" },
{ label: "D", text: "<strong>118</strong>" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The table gives the results of <strong>200</strong> people who were asked how often they see a movie in a theater. The table shows that <strong>29</strong> people responded “never” and <strong>53</strong> people responded “almost never.” Therefore, <strong>29 + 53</strong>, or <strong>82</strong>, people responded either “never” or “almost never.”<br>Choice A is incorrect. This is the difference between the number of people who responded “almost never” and the number of people who responded “never.”<br>Choice B is incorrect. This is the number of people who responded “almost never” but doesn't include those who responded “never.”<br>Choice D is incorrect. This is the number of people who responded something other than “never” or “almost never,” rather than the number of people who responded either “never” or “almost never.”",
hasFigure: false,
},
{
id: "f890dc20",
type: "mcq",
questionHtml: "What is the median of the seven data values shown?",
choices: [
{ label: "A", text: "2" },
{ label: "B", text: "3" },
{ label: "C", text: "4" },
{ label: "D", text: "9" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. When a data set has an odd number of values, the median can be found by ordering the values from least to greatest and determining the value in the middle. Since the values are already presented in order from least to greatest and there are 7 values, the median is the fourth value in the list. Therefore, the median is 3.Choice A is incorrect. This is the mode. Choice C is incorrect. This is the mean. Choice D is incorrect. This is the range.",
hasFigure: false,
},
{
id: "fa7a0164",
type: "mcq",
questionHtml:
"What was the mean low temperature, in degrees Fahrenheit, during the five-day period?",
choices: [
{ label: "A", text: "48.8" },
{ label: "B", text: "49" },
{ label: "C", text: "59" },
{ label: "D", text: "59.1" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The mean low temperature can be calculated by finding the sum of the low temperatures for all the days shown in the table, 49 + 37 + 41 + 54 + 63 = 244, and then dividing the sum by the number of days the temperature was recorded, <strong>244 ÷ 5 = 48 . 8</strong>.Choice B is incorrect. This may be the result of choosing the median rather than calculating the mean. Choices C and D are incorrect and may be the result of calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/fa7a0164_img1.png",
},
];
export const ONE_VAR_DATA_MEDIUM: PracticeQuestion[] = [
{
id: "07f2829b",
type: "spr",
questionHtml:
'<p><strong>International Tourist Arrivals, in millions</strong></p><table class="sat-table"><thead><tr><th>Country</th><th>2012</th><th>2013</th></tr></thead><tbody><tr><td>France</td><td>83.0</td><td>84.7</td></tr><tr><td>United States</td><td>66.7</td><td>69.8</td></tr><tr><td>Spain</td><td>57.5</td><td>60.7</td></tr><tr><td>China</td><td>57.7</td><td>55.7</td></tr><tr><td>Italy</td><td>46.4</td><td>47.7</td></tr><tr><td>Turkey</td><td>35.7</td><td>37.8</td></tr><tr><td>Germany</td><td>30.4</td><td>31.5</td></tr><tr><td>United Kingdom</td><td>26.3</td><td>32.2</td></tr><tr><td>Russia</td><td>24.7</td><td>28.4</td></tr></tbody></table><p>The table above shows the number of international tourist arrivals, rounded to the nearest tenth of a million, to the top nine tourist destinations in both 2012 and 2013. Based on the information given in the table, how much greater, in millions, was the median number of international tourist arrivals to the top nine tourist destinations in 2013 than the median number in 2012, to the nearest tenth of a million?</p>',
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 1.3. The median number of tourists is found by ordering the number of tourists from least to greatest and determining the middle value from this list. When the number of tourists in 2012 is ordered from least to greatest, the middle value, or the fifth number, is 46.4 million. When the number of tourists in 2013 is ordered from least to greatest, the middle value, or the fifth number, is 47.7 million. The difference between these two medians is <strong>47 . 7 million 46 . 4 million = 1 . 3 million</strong>. Note that 1.3 and 13/10 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "3f2ee20a",
type: "mcq",
questionHtml: "Which statement is true based on the table?",
choices: [
{
label: "A",
text: "The Group A data set was identical to the Group B data set.",
},
{ label: "B", text: "Group B contained the tallest participant." },
{
label: "C",
text: "The heights of the men in Group B had a larger spread than the heights of the men in Group A.",
},
{
label: "D",
text: "The median height of Group B is larger than the median height of Group A.",
},
],
correctAnswer: "C",
explanation:
"Choice C is correct. Standard deviation is a measure of spread, so data sets with larger standard deviations tend to have larger spread. The standard deviation of the heights of the men in Group B is larger than the standard deviation of the heights of the men in Group A. Therefore, the heights of the men in Group B had a larger spread than the heights of the men in Group A.Choice A is incorrect. If two data sets are identical, they will have equivalent means and equivalent standard deviations. Since the two data sets have different standard deviations, they cannot be identical. Choice B is incorrect. Without knowing the maximum value for each data set, its impossible to know which group contained the tallest participant. Choice D is incorrect. Since the means of the two groups are equivalent, the medians could also be the same or could be different, but it's impossible to tell from the given information.",
hasFigure: false,
},
{
id: "4c774b00",
type: "mcq",
questionHtml:
"The table above shows the distribution of ages of the 20 students enrolled in a college class. Which of the following gives the correct order of the mean, median, and mode of the ages?",
choices: [
{ label: "A", text: "mode < median < mean" },
{ label: "B", text: "mode < mean < median" },
{ label: "C", text: "median < mode < mean" },
{ label: "D", text: "mean < mode < median" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The mode is the data value with the highest frequency. So for the data shown, the mode is 18. The median is the middle data value when the data values are sorted from least to greatest. Since there are 20 ages ordered, the median is the average of the two middle values, the 10th and 11th, which for these data are both 19. Therefore, the median is 19. The mean is the sum of the data values divided by the number of the data values. So for these data, the mean is <strong>the fraction with numerator, (18 · 6, ) + (19 · 5, ) + (20 · 4, ) + (21 · 2, ) + (22 · 1, ) + (23 · 1, ) + (30 · 1, ), and denominator 20 = 20</strong>.Since the mode is 18, the median is 19, and the mean is 20, <strong>mode < median, which < mean</strong>.<br>Choices B and D are incorrect because the mean is greater than the median. Choice C is incorrect because the median is greater than the mode.<br>Alternate approach: After determining the mode, 18, and the median, 19, it remains to determine whether the mean is less than 19 or more than 19. Because the mean is a balancing point, there is as much deviation below the mean as above the mean. It is possible to compare the data to 19 to determine the balance of deviation above and below the mean. There is a total deviation of only 6 below 19 (the 6 values of 18); however, the data value 30 alone deviates by 11 above 19. Thus the mean must be greater than 19.",
hasFigure: false,
},
{
id: "560fab82",
type: "spr",
questionHtml:
"The table shows the frequency of values in a data set.<br><br>Value<br>Frequency<br><br><strong>19</strong><br><strong>7</strong><br><br><strong>21</strong><br><strong>1</strong><br><br><strong>23</strong><br><strong>7</strong><br><br><strong>25</strong><br><strong>4</strong><br><br>What is the minimum value of the data set?",
choices: [],
correctAnswer: "19",
explanation:
"The correct answer is <strong>19</strong>. The minimum value of a data set is the least value in the data set. The frequency refers to the number of times a value occurs. The given table shows that for this data set, the value <strong>19</strong> occurs <strong>7</strong> times, the value <strong>21</strong> occurs <strong>1</strong> time, the value <strong>23</strong> occurs <strong>7</strong> times, and the value <strong>25</strong> occurs <strong>4</strong> times. Therefore, of the values <strong>19</strong>, <strong>21</strong>, <strong>23</strong>, and <strong>25</strong> given in the data set, the minimum value of the data set is <strong>19</strong>.",
hasFigure: false,
},
{
id: "5c3c2e3c",
type: "mcq",
questionHtml:
"The weights, in pounds, for 15 horses in a stable were reported, and the mean, median, range, and standard deviation for the data were found. The horse with the lowest reported weight was found to actually weigh 10 pounds less than its reported weight. What value remains unchanged if the four values are reported using the corrected weight?",
choices: [
{ label: "A", text: "Mean" },
{ label: "B", text: "Median" },
{ label: "C", text: "Range" },
{ label: "D", text: "Standard deviation" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The median weight is found by ordering the horses weights from least to greatest and then determining the middle value from this list of weights. Decreasing the value for the horse with the lowest weight doesnt affect the median since its still the lowest value.Choice A is incorrect. The mean is calculated by finding the sum of all the weights of the horses and then dividing by the number of horses. Decreasing one of the weights would decrease the sum and therefore decrease the mean. Choice C is incorrect. Range is the difference between the highest and lowest weights, so decreasing the lowest weight would increase the range. Choice D is incorrect. Standard deviation is calculated based on the mean weight of the horses. Decreasing one of the weights decreases the mean and therefore would affect the standard deviation.",
hasFigure: false,
},
{
id: "7b65bb28",
type: "mcq",
questionHtml:
"In the table above, Melissa recorded the price of one gallon of regular gas from five different local gas stations on the same day. What is the median of the gas prices Melissa recorded?",
choices: [
{ label: "A", text: "$3.679" },
{ label: "B", text: "$3.689" },
{ label: "C", text: "$3.699" },
{ label: "D", text: "$3.729" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. The median of a data set is the middle value when the data is in ascending or descending order. In ascending order, the gas prices are $3.609, $3.679, $3.699, $3.729, and $3.729. The middle number of this list is 3.699, so it follows that $3.699 is the median gas price.Choice A is incorrect. When the gas prices are listed in ascending order, this value isnt the middle number. Choice B is incorrect. This value represents the mean gas price. Choice D is incorrect. This value represents both the mode and the maximum gas price.",
hasFigure: false,
},
{
id: "8193e8cd",
type: "spr",
questionHtml:
"The mean of the list of numbers above is what fraction of the sum of the five numbers?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is <strong>one fifth</strong>. The mean of the list of numbers is found by dividing the sum of the numbers by the number of values in the list. Since there are 5 numbers in the list, the mean is <strong>one fifth</strong> of the sum of the numbers. Note that 1/5 and .2 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "881ef5f5",
type: "spr",
questionHtml:
"If a is the mean and b is the median of nine consecutive integers, what is the value of <strong>|, a b, |</strong> ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 0. Any nine consecutive integers can be written as <strong>k</strong>, <strong>k + 1</strong>, <strong>k + 2</strong>, <strong>k + 3</strong>, <strong>k + 4</strong>, <strong>k + 5</strong>, <strong>k + 6</strong>, <strong>k + 7</strong>, <strong>k + 8</strong>. The mean of the integers is their sum divided by 9: <strong>the fraction with numerator (k + k + 1 + k + 2 + dot dot dot + k + 8, ), and denominator 9 = the fraction with numerator, (9 k + 36, ), and denominator 9</strong>, which simplifies to <strong>k + 4</strong>. So <strong>a = k + 4</strong>. Since there is an odd number of integers (nine), the median is the integer in the middle when all the integers are ordered from least to greatest: <strong>k + 4</strong>. So <strong>b = k + 4</strong>. Therefore, <strong>| a b, | = |, (k + 4, ) (k + 4, ), |</strong>, which is 0.",
hasFigure: false,
},
{
id: "9110c120",
type: "mcq",
questionHtml:
"Which of the following statements about the means and medians of data set A and data set B is true?",
choices: [
{ label: "A", text: "Only the means are different." },
{ label: "B", text: "Only the medians are different." },
{ label: "C", text: "Both the means and the medians are different." },
{ label: "D", text: "Neither the means nor the medians are different." },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The mean of a data set is the sum of the values divided by the number of values. The mean of data set A is <strong>the fraction 45 over 9</strong>, or 5. The mean of data set B is <strong>the fraction 145 over 10</strong>, or 14.5. Thus, the means are different. The median of a data set is the middle value when the values are ordered from least to greatest. The medians of data sets A and B are both 5. Therefore, the medians are the same, so only the means are different.Choices B, C, and D are incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "9e2bf782",
type: "mcq",
questionHtml:
"A fish hatchery has three tanks for holding fish before they are introduced into the wild. Ten fish weighing less than 5 ounces are placed in tank A. Eleven fish weighing at least 5 ounces but no more than 13 ounces are placed in tank B. Twelve fish weighing more than 13 ounces are placed in tank C. Which of the following could be the median of the weights, in ounces, of these 33 fish?",
choices: [
{ label: "A", text: "4.5" },
{ label: "B", text: "8" },
{ label: "C", text: "13.5" },
{ label: "D", text: "15" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The median of a set of numbers is the middle number when the values in the set are ordered from least to greatest. There are 33 fish, so in an ordered list of the weights, the 17th value would be the median weight. The 10 fish in tank A weigh the least, and these 10 weights would be the first 10 values on the ordered list. The 11 fish in tank B have the next set of higher weights, and so would be the 11th through 21st weights in the ordered list, which includes the median weight as the 17th value. The fish in tank B weigh at least 5 ounces but no more than 13 ounces; of the given choices, only 8 ounces falls within this range of values.Choice A is incorrect. Its given that tank A has ten fish weighing less than 5 ounces. Since there are more than ten fish in tanks B and C combined, the median weight cannot be less than 5 ounces. Choice C and D are incorrect. Its given that tank C has twelve fish weighing more than 13 ounces. There are more than twelve fish in tanks A and B combined, so the median weight cant be more than 13 ounces.",
hasFigure: false,
},
{
id: "a456cfd2",
type: "spr",
questionHtml:
"Data value<br>Frequency<br><br><strong>6</strong><br><strong>3</strong><br><br><strong>7</strong><br><strong>3</strong><br><br><strong>8</strong><br><strong>8</strong><br><br><strong>9</strong><br><strong>8</strong><br><br><strong>10</strong><br><strong>9</strong><br><br><strong>11</strong><br><strong>11</strong><br><br><strong>12</strong><br><strong>9</strong><br><br><strong>13</strong><br><strong>0</strong><br><br><strong>14</strong><br><strong>6</strong><br><br>The frequency table summarizes the <strong>57</strong> data values in a data set. What is the maximum data value in the data set?",
choices: [],
correctAnswer: "14",
explanation:
"The correct answer is <strong>14</strong>. The maximum value is the largest value in the data set. The frequency refers to the number of times a data value occurs. The given frequency table shows that for this data set, the data value <strong>6</strong> occurs three times, the data value <strong>7</strong> occurs three times, the data value <strong>8</strong> occurs eight times, the data value <strong>9</strong> occurs eight times, the data value <strong>10</strong> occurs nine times, the data value <strong>11</strong> occurs eleven times, the data value <strong>12</strong> occurs nine times, the data value <strong>13</strong> occurs zero times, and the data value <strong>14</strong> occurs six times. Therefore, the maximum data value in the data set is <strong>14</strong>.",
hasFigure: false,
},
{
id: "be00d896",
type: "mcq",
questionHtml:
"For which of the following data sets is the mean greater than the median?",
choices: [
{ label: "A", text: "5, 5, 5, 5, 5, 5, 5, 5, 5" },
{ label: "B", text: "0, 10, 20, 30, 40, 50, 60, 70, 80" },
{ label: "C", text: "2, 4, 8, 16, 32, 64, 128, 256, 512" },
{ label: "D", text: "7, 107, 107, 207, 207, 207, 307, 307, 307" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. If the values in a data set are ordered from least to greatest, the median of the data set will be the middle value. Since each data set in the choices is ordered and contains exactly 9 data values, the 5th value in each is the median. It follows that the median of the data set in choice C is 32. The sum of the positive differences between 32 and each of the values that are less than 32 is significantly smaller than the sum of the positive differences between 32 and each of the values that are greater than 32. If 32 were the mean, these sums would have been equal to each other. Therefore, the mean of this data set must be greater than 32. This can also be confirmed by calculating the mean as the sum of the values divided by the number of values in the data set:  <strong>The fraction with numerator 2 + 4 + 8 + 16 + 32 + 64 + 128 + 256 + 512, and denominator 9 = 113 and five ninths</strong>.Choices A and B are incorrect. Each of the data sets in these choices is symmetric with respect to its median, so the mean and the median for each of these choices are equivalent. Choice D is incorrect. The median of this data set is 207. Since the sum of the positive differences between 207 and each of the values less than 207 is greater than the sum of the positive differences between 207 and each value greater than 207 in this data set, the mean must be less than the median.",
hasFigure: false,
},
{
id: "d0efc1dd",
type: "mcq",
questionHtml:
"The mean and the median of the five numbers above are equal. Which of the following is NOT a possible value of x ?",
choices: [
{ label: "A", text: "6" },
{ label: "B", text: "11" },
{ label: "C", text: "16" },
{ label: "D", text: "21" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. If x is 6, then the five numbers in the given list are 15, 14, 18, 17, 6. The mean of these five numbers is the sum of all the values divided by the number of values, or <strong>the fraction with numerator 15 + 14 + 18 + 17 + 6, and denominator 5, end fraction = 70 over 5, which = 14</strong>. The median of these five numbers can be found by ordering the numbers from least to greatest and determining the middle value. When ordered from least to greatest, the numbers in the given list are 6, 14, 15, 17, 18, and the middle value is 15. Since the mean is 14 and the median is 15, the mean and median arent equal when x is 6.Choices B, C, and D are incorrect. If any of these values is substituted for x, the mean and median of the data set would be equal.",
hasFigure: false,
},
{
id: "d94018fd",
type: "mcq",
questionHtml:
"For the dot plot titled Class A:<br><br>The number line ranges from 1 to 7 in increments of 1.<br>The data for the dot plot are as follows:<br><br>1: 1 dot<br>2: 1 dot<br>3: 3 dots<br>4: 4 dots<br>5: 5 dots<br>6: 6 dots<br>7: 7 dots<br><br>For the dot plot titled Class B:<br><br>The number line ranges from 14 to 20 in increments of 1.<br>The data for the dot plot are as follows:<br><br>14: 1 dot<br>15: 1 dot<br>16: 3 dots<br>17: 4 dots<br>18: 5 dots<br>19: 6 dots<br>20: 7 dots<br><br>Each of the dot plots shown represents the number of glue sticks brought in by each student for two classes, class A and class B. Which statement best compares the standard deviations of the numbers of glue sticks brought in by each student for these two classes?",
choices: [
{
label: "A",
text: "The standard deviation of the number of glue sticks brought in by each student for class A is less than the standard deviation of the number of glue sticks brought in by each student for class B.",
},
{
label: "B",
text: "The standard deviation of the number of glue sticks brought in by each student for class A is equal to the standard deviation of the number of glue sticks brought in by each student for class B.",
},
{
label: "C",
text: "The standard deviation of the number of glue sticks brought in by each student for class A is greater than the standard deviation of the number of glue sticks brought in by each student for class B.",
},
{
label: "D",
text: "There is not enough information to compare these standard deviations.",
},
],
correctAnswer: "B",
explanation:
"Choice B is correct. Standard deviation is a measure of the spread of a data set from its mean. The dot plot for class A and the dot plot for class B have the same shape. Thus, the frequency distributions for both class A and class B are the same. Since both class A and class B have the same frequency distribution of glue sticks brought in by each student, it follows that both class A and class B have the same spread of the number of glue sticks brought in by each student from their respective means. Therefore, the standard deviation of the number of glue sticks brought in by each student for class A is equal to the standard deviation of the number of glue sticks brought in by each student for class B.<br>Choice A is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/d94018fd_svg1.svg",
},
];
export const ONE_VAR_DATA_HARD: PracticeQuestion[] = [
{
id: "1142af44",
type: "mcq",
questionHtml:
"The frequency distribution above summarizes a set of data, where a is a positive integer. How much greater is the mean of the set of data than the median?",
choices: [
{ label: "A", text: "0" },
{ label: "B", text: "1" },
{ label: "C", text: "2" },
{ label: "D", text: "3" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Since the frequencies of values less than the middle value, 3, are the same as the frequencies of the values greater than 3, the set of data has a symmetric distribution. When a set of data has a symmetric distribution, the mean and median values are equal. Therefore, the mean is 0 greater than the median.Choices B, C, and D are incorrect and may result from misinterpreting the set of data.",
hasFigure: false,
},
{
id: "190be2fc",
type: "spr",
questionHtml:
"Data set A consists of <strong>10</strong> positive integers less than <strong>60</strong>. The list shown gives <strong>9</strong> of the integers from data set A.<br><strong>43</strong>, <strong>45</strong>, <strong>44</strong>, <strong>43</strong>, <strong>38</strong>, <strong>39</strong>, <strong>40</strong>, <strong>46</strong>, <strong>40</strong><br>The mean of these <strong>9</strong> integers is <strong>42</strong>. If the mean of data set A is an integer that is greater than <strong>42</strong>, what is the value of the largest integer from data set A?",
choices: [],
correctAnswer: "52",
explanation:
"The correct answer is <strong>52</strong>. The mean of a data set is calculated by dividing the sum of the data values by the number of values. Its given that data set A consists of <strong>10</strong> values, <strong>9</strong> of which are shown. Let <strong>x</strong> represent the <strong>10 th</strong> data value in data set A, which isnt shown. The mean of data set A can be found using the expression <strong>(43 + 45 + 44 + 43 + 38 + 39 + 40 + 46 + 40 + x) / (10)</strong>, or <strong>(378 + x) / (10)</strong>. Its given that the mean of the <strong>9</strong> values shown is <strong>42</strong> and that the mean of all <strong>10</strong> numbers is greater than <strong>42</strong>. Consequently, the <strong>10 th</strong> data value, <strong>x</strong>, is larger than <strong>42</strong>. Its also given that the data values in data set A are positive integers less than <strong>60</strong>. Thus, <strong>42 < x < 60</strong>. Finally, its given that the mean of data set A is an integer. This means that the sum of the <strong>10</strong> data values, <strong>378 + x</strong>, is divisible by <strong>10</strong>. Thus, <strong>378 + x</strong> must have a ones digit of <strong>0</strong>. It follows that <strong>x</strong> must have a ones digit of <strong>2</strong>. Since <strong>42 < x < 60</strong> and <strong>x</strong> has a ones digit of <strong>2</strong>, the only possible value of <strong>x</strong> is <strong>52</strong>. Since <strong>52</strong> is larger than any of the integers shown, the largest integer from data set A is <strong>52</strong>.",
hasFigure: false,
},
{
id: "1e8ccffd",
type: "mcq",
questionHtml:
"The mean score of 8 players in a basketball game was 14.5 points. If the highest individual score is removed, the mean score of the remaining 7 players becomes 12 points. What was the highest score?",
choices: [
{ label: "A", text: "20" },
{ label: "B", text: "24" },
{ label: "C", text: "32" },
{ label: "D", text: "36" },
],
correctAnswer: "C",
explanation:
"Choice C is correct. If the mean score of 8 players is 14.5, then the total of all 8 scores is <strong>14 . 5 · 8 = 116</strong>. If the mean of 7 scores is 12, then the total of all 7 scores is <strong>12 · 7 = 84</strong>. Since the set of 7 scores was made by removing the highest score of the set of 8 scores, then the difference between the total of all 8 scores and the total of all 7 scores is equal to the removed score: <strong>116 84 = 32</strong>.Choice A is incorrect because if 20 is removed from the group of 8 scores, then the mean score of the remaining 7 players is <strong>the fraction with numerator, (14 . 5 · 8, ) 20, and denominator 7</strong> is approximately 13.71, not 12. Choice B is incorrect because if 24 is removed from the group of 8 scores, then the mean score of the remaining 7 players is <strong>the fraction with numerator, (14 . 5 · 8, ) 24, and denominator 7</strong> is approximately 13.14, not 12. Choice D is incorrect because if 36 is removed from the group of 8 scores, then the mean score of the remaining 7 players is <strong>the fraction with numerator, (14 . 5 · 8, ) 36, and denominator 7</strong> or approximately 11.43, not 12.",
hasFigure: false,
},
{
id: "2a59eb45",
type: "spr",
questionHtml:
"Data set A consists of the heights of <strong>75</strong> buildings and has a mean of <strong>32</strong> meters. Data set B consists of the heights of <strong>50</strong> buildings and has a mean of <strong>62</strong> meters. Data set C consists of the heights of the <strong>125</strong> buildings from data sets A and B. What is the mean, in meters, of data set C?",
choices: [],
correctAnswer: "44",
explanation:
"The correct answer is <strong>44</strong>. The mean of a data set is computed by dividing the sum of the values in the data set by the number of values in the data set. It's given that data set A consists of the heights of <strong>75</strong> buildings and has a mean of <strong>32</strong> meters. This can be represented by the equation <strong>(x) / (75) = 32</strong>, where <strong>x</strong> represents the sum of the heights of the buildings, in meters, in data set A. Multiplying both sides of this equation by <strong>75</strong> yields <strong>x = 75 (32)</strong>, or <strong>x = 2, 400</strong> meters. Therefore, the sum of the heights of the buildings in data set A is <strong>2, 400</strong> meters. It's also given that data set B consists of the heights of <strong>50</strong> buildings and has a mean of <strong>62</strong> meters. This can be represented by the equation <strong>(y) / (50) = 62</strong>, where <strong>y</strong> represents the sum of the heights of the buildings, in meters, in data set B. Multiplying both sides of this equation by <strong>50</strong> yields <strong>y = 50 (62)</strong>, or <strong>y = 3, 100</strong> meters. Therefore, the sum of the heights of the buildings in data set B is <strong>3, 100</strong> meters. Since it's given that data set C consists of the heights of the <strong>125</strong> buildings from data sets A and B, it follows that the mean of data set C is the sum of the heights of the buildings, in meters, in data sets A and B divided by the number of buildings represented in data sets A and B, or <strong>(2, 400 + 3, 100) / (125)</strong>, which is equivalent to <strong>44</strong> meters. Therefore, the mean, in meters, of data set C is <strong>44</strong>.",
hasFigure: false,
},
{
id: "391ae4b2",
type: "mcq",
questionHtml:
"Data set F consists of <strong>55</strong> integers between <strong>170</strong> and <strong>290</strong>. Data set G consists of all the integers in data set F as well as the integer <strong>10</strong>. Which of the following must be less for data set F than for data set G?<br><br>The mean<br>The median",
choices: [
{ label: "A", text: "I only" },
{ label: "B", text: "II only" },
{ label: "C", text: "I and II" },
{ label: "D", text: "Neither I nor II" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. It's given that data set F consists of <strong>55</strong> integers between <strong>170</strong> and <strong>290</strong> and data set G consists of all the integers in data set F as well as the integer <strong>10</strong>. Since the integer <strong>10</strong> is less than all the integers in data set F, the mean of data set G must be less than the mean of data set F. Thus, the mean of data set F isn't less than the mean of data set G. When a data set is in ascending order, the median is between the two middle values when there is an even number of values and the median is the middle value when there is an odd number of values. It follows that the median of data set F is either greater than or equal to the median of data set G. Therefore, the median of data set F isn't less than the median of data set G. Thus, neither the mean nor the median must be less for data set F than for data set G.<br>Choice A is incorrect and may result from conceptual or calculation errors.<br>Choice B is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "457d2f2c",
type: "mcq",
questionHtml:
"A data set of 27 different numbers has a mean of 33 and a median of 33. A new data set is created by adding 7 to each number in the original data set that is greater than the median and subtracting 7 from each number in the original data set that is less than the median. Which of the following measures does NOT have the same value in both the original and new data sets?",
choices: [
{ label: "A", text: "Median" },
{ label: "B", text: "Mean" },
{ label: "C", text: "Sum of the numbers" },
{ label: "D", text: "Standard deviation" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. When a data set has an odd number of elements, the median can be found by ordering the values from least to greatest and determining the middle value. Out of the 27 different numbers in this data set, 13 numbers are below the median, one number is exactly 33, and 13 numbers are above the median. When 7 is subtracted from each number below the median and added to each number above the median, the data spread out from the median. Since the median of this data set, 33, is equivalent to the mean of the data set, the data also spread out from the mean. Since standard deviation is a measure of how spread out the data are from the mean, a greater spread from the mean indicates an increased standard deviation.Choice A is incorrect. All the numbers less than the median decrease and all the numbers greater than the median increase, but the median itself doesnt change. Choices B and C are incorrect. The mean of a data set is found by dividing the sum of the values by the number of values. The net change from subtracting 7 from 13 numbers and adding 7 to 13 numbers is zero. Therefore, neither the mean nor the sum of the numbers changes.",
hasFigure: false,
},
{
id: "4626102e",
type: "mcq",
questionHtml:
"The data for the dot plot are as follows:<br><br>22: 5 dots<br>23: 4 dots<br>24: 3 dots<br>25: 2 dots<br>26: 1 dot<br><br>The dot plot represents the <strong>15</strong> values in data set A. Data set B is created by adding <strong>56</strong> to each of the values in data set A. Which of the following correctly compares the medians and the ranges of data sets A and B?",
choices: [
{
label: "A",
text: "The median of data set B is equal to the median of data set A, and the range of data set B is equal to the range of data set A.",
},
{
label: "B",
text: "The median of data set B is equal to the median of data set A, and the range of data set B is greater than the range of data set A.",
},
{
label: "C",
text: "The median of data set B is greater than the median of data set A, and the range of data set B is equal to the range of data set A.",
},
{
label: "D",
text: "The median of data set B is greater than the median of data set A, and the range of data set B is greater than the range of data set A.",
},
],
correctAnswer: "C",
explanation:
"Choice C is correct. The median of a data set with an odd number of values, in ascending or descending order, is the middle value of the data set, and the range of a data set is the positive difference between the maximum and minimum values in the data set. Since the dot plot shown gives the values in data set A in ascending order and there are <strong>15</strong> values in the data set, the eighth value in data set A, <strong>23</strong>, is the median. The maximum value in data set A is <strong>26</strong> and the minimum value is <strong>22</strong>, so the range of data set A is <strong>26 22</strong>, or <strong>4</strong>. Its given that data set B is created by adding <strong>56</strong> to each of the values in data set A. Increasing each of the <strong>15</strong> values in data set A by <strong>56</strong> will also increase its median value by <strong>56</strong> making the median of data set B <strong>79</strong>. Increasing each value of data set A by <strong>56</strong> does not change the range, since the maximum value of data set B is <strong>26 + 56</strong>, or <strong>82</strong>, and the minimum value is <strong>22 + 56</strong>, or <strong>78</strong>, making the range of data set B <strong>82 78</strong>, or <strong>4</strong>. Therefore, the median of data set B is greater than the median of data set A, and the range of data set B is equal to the range of data set A.<br>Choice A is incorrect and may result from conceptual or calculation errors.<br>Choice B is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/4626102e_svg1.svg",
},
{
id: "4ff597db",
type: "mcq",
questionHtml:
"The mean amount of time that the 20 employees of a construction company have worked for the company is 6.7 years. After one of the employees leaves the company, the mean amount of time that the remaining employees have worked for the company is reduced to 6.25 years. How many years did the employee who left the company work for the company?",
choices: [
{ label: "A", text: "0.45" },
{ label: "B", text: "2.30" },
{ label: "C", text: "9.00" },
{ label: "D", text: "15.25" },
],
correctAnswer: "D",
explanation:
"Choice D is correct. The mean amount of time that the 20 employees worked for the company is 6.7 years. This means that the total number of years all 20 employees worked for the company is (6.7)(20) = 134 years. After the employee left, the mean amount of time that the remaining 19 employees worked for the company is 6.25 years. Therefore, the total number of years all 19 employees worked for the company is (6.25)(19) = 118.75 years. It follows that the number of years that the employee who left had worked for the company is 134 118.75 = 15.25 years.Choice A is incorrect; this is the change in the mean, which isnt the same as the amount of time worked by the employee who left. Choice B is incorrect and likely results from making the assumption that there were still 20 employees, rather than 19, at the company after the employee left and then subtracting the original mean of 6.7 from that result. Choice C is incorrect and likely results from making the assumption that there were still 20 employees, rather than 19, at the company after the employee left.",
hasFigure: false,
},
{
id: "54d93874",
type: "spr",
questionHtml:
"Andrew and Maria each collected six rocks, and the masses of the rocks are shown in the table above. The mean of the masses of the rocks Maria collected is 0.1 kilogram greater than the mean of the masses of the rocks Andrew collected. What is the value of x ?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 2.6. Since the mean of a set of numbers can be found by adding the numbers together and dividing by how many numbers there are in the set, the mean mass, in kilograms, of the rocks Andrew collected is <strong>the fraction with numerator 2 . 4 + 2 . 5 + 3 . 6 + 3 . 1 + 2 . 5 + 2 . 7, and denominator 6 = 16 . 8 over 6.</strong>, or 2.8. Since the mean mass of the rocks Maria collected is 0.1 kilogram greater than the mean mass of rocks Andrew collected, the mean mass of the rocks Maria collected is <strong>2 . 8 + 0 . 1 = 2 . 9</strong> kilograms. The value of x can be found by writing an equation for finding the mean: <strong>the fraction with numerator x + 3 . 1 + 2 . 7 + 2 . 9 + 3 . 3 + 2 . 8, and denominator 6 = 2 . 9</strong>. Solving this equation gives <strong>x = 2 . 6</strong>. Note that 2.6 and 13/5 are examples of ways to enter a correct answer.",
hasFigure: false,
},
{
id: "651d83bb",
type: "mcq",
questionHtml:
"Which of the following MUST be true?Every member of team A completed the race in less time than any member of team B.<br> The median time it took the members of team B to complete the race is greater than the median time it took the members of team A to complete the race.<br> There is at least one member of team B who took more time to complete the race than some member of team A.",
choices: [
{ label: "A", text: "III only" },
{ label: "B", text: "I and III only" },
{ label: "C", text: "II and III only" },
{ label: "D", text: "I, II, and III" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. Since the average time for the 10 members of team A is 3.41 minutes, the sum of the 10 times for team A is equal to <strong>10 · 3 . 4 1 = 34 . 1</strong> minutes. Since the average time for the 10 members of team B is 3.79 minutes, the sum of the 10 times for team B is equal to <strong>10 · 3 . 7 9 = 37 . 9</strong> minutes. Since the sum of the 10 times for team B is greater than the sum of the 10 times for team A, it must be true that at least one of the times for team B must be greater than one of the times for team A. Thus, statement III is true. However, its possible that at least some of the times for team A were greater than some of the times for team B. For example, all of team As times could be 3.41 minutes, and team B could have 1 time of 3.34 minutes and 9 times of 3.84 minutes. Thus, statement I need not be true. Its also possible that the median of the times for team B is less than the median of the times for team A. For example, all of team As times could be 3.41 minutes, and team B could have 6 times of 3.37 minutes and 4 times of 4.42 minutes; then the median of team Bs times would be 3.37 minutes and the median of team As times would be 3.41 minutes. Thus, statement II need not be true.Choices B, C, and D are incorrect because neither statement I nor statement II must be true.",
hasFigure: false,
},
{
id: "94237701",
type: "spr",
questionHtml:
"The median of the scores for group B is how much greater than the median of the scores for group A?",
choices: [],
correctAnswer: "",
explanation:
"The correct answer is 1. When there are an odd number of values in a data set, the median of the data set is the middle number when the data values are ordered from least to greatest. The scores for group A, ordered from least to greatest, are 2, 3, 4, 4, 5, 6, 6, 6, and 9. The median of the scores for group A is therefore 5. The scores for group B, ordered from least to greatest, are 5, 5, 5, 5, 6, 6, 8, 8, 9, 10, and 10. The median of the scores for group B is therefore 6. The median score for group B is <strong>6 5 = 1</strong> more than the median score for group A.",
hasFigure: false,
},
{
id: "98958ae8",
type: "spr",
questionHtml:
"Data set A consists of the heights of <strong>75</strong> objects and has a mean of <strong>25</strong> meters. Data set B consists of the heights of <strong>50</strong> objects and has a mean of <strong>65</strong> meters. Data set C consists of the heights of the <strong>125</strong> objects from data sets A and B. What is the mean, in meters, of data set C?",
choices: [],
correctAnswer: "41",
explanation:
"The correct answer is <strong>41</strong>. The mean of a data set is computed by dividing the sum of the values in the data set by the number of values in the data set. Its given that data set A consists of the heights of <strong>75</strong> objects and has a mean of <strong>25</strong> meters. This can be represented by the equation <strong>(x) / (75) = 25</strong>, where <strong>x</strong> represents the sum of the heights of the objects, in meters, in data set A. Multiplying both sides of this equation by <strong>75</strong> yields <strong>x = 75 (25)</strong>, or <strong>x = 1, 875</strong> meters. Therefore, the sum of the heights of the objects in data set A is <strong>1, 875</strong> meters. Its also given that data set B consists of the heights of <strong>50</strong> objects and has a mean of <strong>65</strong> meters. This can be represented by the equation <strong>(y) / (50) = 65</strong>, where <strong>y</strong> represents the sum of the heights of the objects, in meters, in data set B. Multiplying both sides of this equation by <strong>50</strong> yields <strong>y = 50 (65)</strong>, or <strong>y = 3, 250</strong> meters. Therefore, the sum of the heights of the objects in data set B is <strong>3, 250</strong> meters. Since its given that data set C consists of the heights of the <strong>125</strong> objects from data sets A and B, it follows that the mean of data set C is the sum of the heights of the objects, in meters, in data sets A and B divided by the number of objects represented in data sets A and B, or <strong>(1, 875 + 3, 250) / (125)</strong>, which is equivalent to <strong>41</strong> meters. Therefore, the mean, in meters, of data set C is <strong>41</strong>.",
hasFigure: false,
},
{
id: "9d935bd8",
type: "mcq",
questionHtml:
"A survey was given to residents of all 50 states asking if they had earned a bachelors degree or higher. The results from 7 of the states are given in the table above. The median percent of residents who earned a bachelors degree or higher for all 50 states was 26.95%. What is the difference between the median percent of residents who earned a bachelors degree or higher for these 7 states and the median for all 50 states?",
choices: [
{ label: "A", text: "0.05%" },
{ label: "B", text: "0.95%" },
{ label: "C", text: "1.22%" },
{ label: "D", text: "7.45%" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The median of a set of numbers is the middle value of the set values when ordered from least to greatest. If the percents in the table are ordered from least to greatest, the middle value is 27.9%. The difference between 27.9% and 26.95% is 0.95%.Choice A is incorrect and may be the result of calculation errors or not finding the median of the data in the table correctly. Choice C is incorrect and may be the result of finding the mean instead of the median. Choice D is incorrect and may be the result of using the middle value of the unordered list.",
hasFigure: true,
figureUrl: "/practice-images/9d935bd8_img1.png",
},
{
id: "bf47ad54",
type: "mcq",
questionHtml:
"Each of the following frequency tables represents a data set. Which data set has the greatest mean?",
choices: [
{
label: "A",
text: "Value<br>Frequency<br><br><strong>70</strong><br><strong>4</strong><br><br><strong>80</strong><br><strong>5</strong><br><br><strong>90</strong><br><strong>6</strong><br><br><strong>100</strong><br><strong>7</strong>",
},
{
label: "B",
text: "Value<br>Frequency<br><br><strong>70</strong><br><strong>6</strong><br><br><strong>80</strong><br><strong>6</strong><br><br><strong>90</strong><br><strong>6</strong><br><br><strong>100</strong><br><strong>6</strong>",
},
{
label: "C",
text: "Value<br>Frequency<br><br><strong>70</strong><br><strong>7</strong><br><br><strong>80</strong><br><strong>6</strong><br><br><strong>90</strong><br><strong>6</strong><br><br><strong>100</strong><br><strong>7</strong>",
},
{
label: "D",
text: "Value<br>Frequency<br><br><strong>70</strong><br><strong>8</strong><br><br><strong>80</strong><br><strong>5</strong><br><br><strong>90</strong><br><strong>5</strong><br><br><strong>100</strong><br><strong>8</strong>",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. The tables in choices B, C, and D each represent a data set where the values <strong>80</strong> and <strong>90</strong> have the same frequency and the values <strong>70</strong> and <strong>100</strong> have the same frequency. It follows that each of these data sets is symmetric around the value halfway between <strong>80</strong> and <strong>90</strong>, or <strong>85</strong>. When a data set is symmetric around a value, that value is the mean of the data set. Therefore, the data sets represented by the tables in choices B, C, and D each have a mean of <strong>85</strong>. The table in choice A represents a data set where the value <strong>90</strong> has a greater frequency than the value <strong>80</strong> and the value <strong>100</strong> has a greater frequency than the value <strong>70</strong>. It follows that this data set has a mean greater than <strong>85</strong>. Therefore, of the given choices, choice A represents the data set with the greatest mean.<br>Choice B is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "c178d4da",
type: "mcq",
questionHtml:
"Value<br>Data set A frequency<br>Data set B frequency<br><br><strong>30</strong><br><strong>2</strong><br><strong>9</strong><br><br><strong>34</strong><br><strong>4</strong><br><strong>7</strong><br><br><strong>38</strong><br><strong>5</strong><br><strong>5</strong><br><br><strong>42</strong><br><strong>7</strong><br><strong>4</strong><br><br><strong>46</strong><br><strong>9</strong><br><strong>2</strong><br><br>Data set A and data set B each consist of <strong>27</strong> values. The table shows the frequencies of the values for each data set. Which of the following statements best compares the means of the two data sets?",
choices: [
{
label: "A",
text: "The mean of data set A is greater than the mean of data set B.",
},
{
label: "B",
text: "The mean of data set A is less than the mean of data set B.",
},
{
label: "C",
text: "The mean of data set A is equal to the mean of data set B.",
},
{
label: "D",
text: "There is not enough information to compare the means of the data sets.",
},
],
correctAnswer: "A",
explanation:
"Choice A is correct. The mean value of a data set is the sum of the values of the data set divided by the number of values in the data set. When a data set is represented in a frequency table, the sum of the values in the data set is the sum of the products of each value and its frequency. For data set A, the sum of products of each value and its frequency is <strong>30 (2) + 34 (4) + 38 (5) + 42 (7) + 46 (9)</strong>, or <strong>1, 094</strong>. It's given that there are <strong>27</strong> values in data set A. Therefore, the mean of data set A is <strong>(1, 094) / (27)</strong>, or approximately <strong>40.52</strong>. Similarly, the mean of data B is <strong>(958) / (27)</strong>, or approximately <strong>35.48</strong>. Therefore, the mean of data set A is greater than the mean of data set B.<br>Choice B is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: false,
},
{
id: "d3b9c8d8",
type: "mcq",
questionHtml:
"From left to right the values of the vertical bars in the Group 1 box plot are as follows:<br><br>First vertical bar: 21<br>Second vertical bar: 22<br>Third vertical bar: 25<br>Fourth vertical bar: 26<br>Fifth vertical bar: 28<br><br>From left to right the values of the vertical bars in the Group 2 box plot are as follows:<br><br>First vertical bar: 22<br>Second vertical bar: 23<br>Third vertical bar: 24<br>Fourth vertical bar: 25<br>Fifth vertical bar: 28<br><br>The box plots summarize the masses, in kilograms, of two groups of gazelles. Based on the box plots, which of the following statements must be true?",
choices: [
{
label: "A",
text: "The mean mass of group 1 is greater than the mean mass of group 2.",
},
{
label: "B",
text: "The mean mass of group 1 is less than the mean mass of group 2.",
},
{
label: "C",
text: "The median mass of group 1 is greater than the median mass of group 2.",
},
{
label: "D",
text: "The median mass of group 1 is less than the median mass of group 2.",
},
],
correctAnswer: "C",
explanation:
"Choice C is correct. The median of a data set represented in a box plot is represented by the vertical line within the box. It follows that the median mass of the gazelles in group <strong>1</strong> is <strong>25</strong> kilograms, and the median mass of the gazelles in group <strong>2</strong> is <strong>24</strong> kilograms. Since <strong>25</strong> kilograms is greater than <strong>24</strong> kilograms, the median mass of group <strong>1</strong> is greater than the median mass of group <strong>2</strong>.<br>Choice A is incorrect. The mean mass of each of the two groups cannot be determined from the box plots.<br>Choice B is incorrect. The mean mass of each of the two groups cannot be determined from the box plots.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/d3b9c8d8_svg1.svg",
},
{
id: "d65b9a87",
type: "mcq",
questionHtml:
"The dot plots represent the distributions of values in data sets A and B.<br>For the dot plot titled Data Set A:<br><br>The number line ranges from 10 to 16 in increments of 1.<br>The data for the dot plot are as follows:<br><br>10: 1 dot<br>11: 4 dots<br>12: 2 dots<br>13: 3 dots<br>14: 2 dots<br>15: 4 dots<br>16: 1 dot<br><br>For the dot plot titled Data Set B:<br><br>The number line ranges from 10 to 16 in increments of 1.<br>The data for the dot plot are as follows:<br><br>10: 2 dots<br>11: 4 dots<br>12: 2 dots<br>13: 1 dot<br>14: 2 dots<br>15: 4 dots<br>16: 2 dots<br><br>Which of the following statements must be true?<br><br>The median of data set A is equal to the median of data set B.<br>The standard deviation of data set A is equal to the standard deviation of data set B.",
choices: [
{ label: "A", text: "I only" },
{ label: "B", text: "II only" },
{ label: "C", text: "I and II" },
{ label: "D", text: "Neither I nor II" },
],
correctAnswer: "A",
explanation:
"Choice A is correct. The median of a data set with an odd number of values that are in ascending or descending order is the middle value of the data set. Since the distribution of the values of both data set A and data set B form symmetric dot plots, and each data set has an odd number of values, it follows that the median is given by the middle value in each of the dot plots. Thus, the median of data set A is <strong>13</strong>, and the median of data set B is <strong>13</strong>. Therefore, statement I is true. Data set A and data set B have the same frequency for each of the values <strong>11</strong>, <strong>12</strong>, <strong>14</strong>, and <strong>15</strong>. Data set A has a frequency of <strong>1</strong> for values <strong>10</strong> and <strong>16</strong>, whereas data set B has a frequency of <strong>2</strong> for values <strong>10</strong> and <strong>16</strong>. Standard deviation is a measure of the spread of a data set; it is larger when there are more values further from the mean, and smaller when there are more values closer to the mean. Since both distributions are symmetric with an odd number of values, the mean of each data set is equal to its median. Thus, each data set has a mean of <strong>13</strong>. Since more of the values in data set A are closer to <strong>13</strong> than data set B, it follows that data set A has a smaller standard deviation than data set B. Thus, statement II is false. Therefore, only statement I must be true.<br>Choice B is incorrect and may result from conceptual or calculation errors.<br>Choice C is incorrect and may result from conceptual or calculation errors.<br>Choice D is incorrect and may result from conceptual or calculation errors.",
hasFigure: true,
figureUrl: "/practice-images/d65b9a87_svg1.svg",
},
{
id: "f8a322d9",
type: "mcq",
questionHtml:
"Data Set A:<br><br>The horizontal axis is labeled Integer. It ranges from 10 to 60 and is divided into 5 equal intervals.<br>The vertical axis is labeled Frequency. It ranges from 0 to 12 in increments of 1, with values marked every 2 grid lines.<br>The histogram has a skewed right shape.<br>The histogram has 4 bins.<br>The Frequency data for the 4 bins are as follows:<br><br>20 to 30: 3<br>30 to 40: 4<br>40 to 50: 7<br>50 to 60: 9<br><br>Data Set B:<br><br>The horizontal axis is labeled Integer. It ranges from 10 to 60 and is divided into 5 equal intervals.<br>The vertical axis is labeled Frequency. It ranges from 0 to 12 in increments of 1, with values marked every 2 grid lines.<br>The histogram has a skewed right shape.<br>The histogram has 4 bins.<br>The Frequency data for the 4 bins are as follows:<br><br>10 to 20: 3<br>20 to 30: 4<br>30 to 40: 7<br>40 to 50: 9<br><br>Two data sets of <strong>23</strong> integers each are summarized in the histograms shown. For each of the histograms, the first interval represents the frequency of integers greater than or equal to <strong>10</strong>, but less than <strong>20</strong>. The second interval represents the frequency of integers greater than or equal to <strong>20</strong>, but less than <strong>30</strong>, and so on. What is the smallest possible difference between the mean of data set A and the mean of data set B?",
choices: [
{ label: "A", text: "<strong>0</strong>" },
{ label: "B", text: "<strong>1</strong>" },
{ label: "C", text: "<strong>10</strong>" },
{ label: "D", text: "<strong>23</strong>" },
],
correctAnswer: "B",
explanation:
"Choice B is correct. The histograms shown have the same shape, but data set A contains values between <strong>20</strong> and <strong>60</strong> and data set B contains values between <strong>10</strong> and <strong>50</strong>. Thus, the mean of data set A is greater than the mean of data set B. Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is the difference between the smallest possible mean of data set A and the greatest possible mean of data set B. In data set A, since there are <strong>3</strong> integers in the interval greater than or equal to <strong>20</strong> but less than <strong>30</strong>, <strong>4</strong> integers greater than or equal to <strong>30</strong> but less than <strong>40</strong>, <strong>7</strong> integers greater than or equal to <strong>40</strong> but less than <strong>50</strong>, and <strong>9</strong> integers greater than or equal to <strong>50</strong> but less than <strong>60</strong>, the smallest possible mean for data set A is <strong>((3 dot 20) + (4 dot 30) + (7 dot 40) + (9 dot 50)) / (23)</strong>. In data set B, since there are <strong>3</strong> integers greater than or equal to <strong>10</strong> but less than <strong>20</strong>, <strong>4</strong> integers greater than or equal to <strong>20</strong> but less than <strong>30</strong>, <strong>7</strong> integers greater than or equal to <strong>30</strong> but less than <strong>40</strong>, and <strong>9</strong> integers greater than or equal to <strong>40</strong> but less than <strong>50</strong>, the largest possible mean for data set B is <strong>((3 dot 19) + (4 dot 29) + (7 dot 39) + (9 dot 49)) / (23)</strong>. Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is <strong>((3 dot 20) + (4 dot 30) + (7 dot 40) + (9 dot 50)) / (23) ((3 dot 19) + (4 dot 29) + (7 dot 39) + (9 dot 49)) / (23)</strong>, which is equivalent to <strong>((3 dot 20) (3 dot 19) + (4 dot 30) (4 dot 29) + (7 dot 40) (7 dot 39) + (9 dot 50) (9 dot 49)) / (23)</strong>. This expression can be rewritten as <strong>(3 (20 19) + 4 (30 29) + 7 (40 39) + 9 (50 49)) / (23)</strong>, or <strong>(23) / (23)</strong>, which is equal to <strong>1</strong>. Therefore, the smallest possible difference between the mean of data set A and the mean of data set B is <strong>1</strong>.<br>Choice A is incorrect. This is the smallest possible difference between the ranges, not the means, of the data sets.<br>Choice C is incorrect. This is the difference between the greatest possible mean, not the smallest possible mean, of data set A and the greatest possible mean of data set B.<br>Choice D is incorrect. This is the smallest possible difference between the sum of the values in data set A and the sum of the values in data set B, not the smallest possible difference between the means.",
hasFigure: true,
figureUrl: "/practice-images/f8a322d9_svg1.svg",
},
];