SAT Problem Solving & Data Analysis 1 — Questions and Answers
Question 1: What is the solution to the equation 3x + 2 = 14?
- x = 4 (Correct answer)
- x = 5
- x = 6
- x = 7
Correct answer: x = 4
To solve the equation 3x + 2 = 14, first subtract 2 from both sides to isolate the term with x, resulting in 3x = 12. Then, divide both sides by 3 to solve for x. This yields x = 4, which is the unique solution to the equation.
Question 2: If the mean of the set {3, 5, 7, x, 9} is 6, what is the value of x?
- x = 6 (Correct answer)
- x = 7
- x = 5
- x = 4
Correct answer: x = 6
The mean of a set of numbers is calculated by summing all the numbers and dividing by the count of numbers. For the set {3, 5, 7, x, 9} with a mean of 6, the sum is (3 + 5 + 7 + x + 9) = 24 + x. Since there are 5 numbers, (24 + x) / 5 = 6. Multiplying both sides by 5 gives 24 + x = 30, and subtracting 24 yields x = 6.
Question 3: A car travels 120 miles in 2 hours. What is its average speed?
- 60 miles per hour (Correct answer)
- 50 miles per hour
- 40 miles per hour
- 30 miles per hour
Correct answer: 60 miles per hour
Average speed is calculated by dividing the total distance traveled by the total time taken. In this scenario, the car travels 120 miles in 2 hours. Therefore, the average speed is 120 miles divided by 2 hours, which equals 60 miles per hour.
Question 4: What is the value of 3(2x - 4) = 18?
- x = 3 (Correct answer)
- x = 4
- x = 2
- x = 1
Correct answer: x = 3
To solve the equation 3(2x - 4) = 18, first divide both sides by 3, which simplifies to 2x - 4 = 6. Next, add 4 to both sides, resulting in 2x = 10. Finally, dividing by 2 yields x = 5, which is the correct solution for the given equation.
Question 5: Which of the following is the correct interpretation of the bar graph shown?
- The sales increased by 10% in 2020.
- The sales were steady throughout 2020.
- Sales peaked in 2020 and decreased in 2021. (Correct answer)
- Sales were lowest in 2021.
Correct answer: Sales peaked in 2020 and decreased in 2021.
To interpret a bar graph, one must observe the height of each bar, which represents the value for a given category or time period. If the bar for 2020 is the tallest and the bar for 2021 is shorter than 2020's, it indicates that sales reached their highest point in 2020 and subsequently declined in 2021.
Question 6: A box contains 3 red, 5 green, and 2 blue marbles. What is the probability of drawing a red marble?
- 3/10 (Correct answer)
- 2/10
- 5/10
- 1/10
Correct answer: 3/10
The probability of an event is calculated by dividing the number of favorable outcomes by the total number of possible outcomes. In this box, there are 3 red marbles (favorable) and a total of 3 + 5 + 2 = 10 marbles. Therefore, the probability of drawing a red marble is 3/10.
Question 7: What is the area of a triangle with a base of 8 units and a height of 6 units?
- 24 square units (Correct answer)
- 14 square units
- 48 square units
- 16 square units
Correct answer: 24 square units
The area of a triangle is calculated using the formula A = (1/2) * base * height. Given a base of 8 units and a height of 6 units, the calculation is (1/2) * 8 * 6. This simplifies to (1/2) * 48, which results in an area of 24 square units.
Question 8: What is the median of the data set {3, 7, 5, 2, 8}?
- 5 (Correct answer)
- 6
- 4
- 7
Correct answer: 5
To find the median of a data set, the numbers must first be arranged in ascending order. For the set {3, 7, 5, 2, 8}, the ordered sequence is {2, 3, 5, 7, 8}. The median is the middle value in this ordered list, which in this case is 5.
Question 9: Which of the following represents the solution to the inequality 2x + 3 > 11?
- x > 4 (Correct answer)
- x > 5
- x < 4
- x < 5
Correct answer: x > 4
To solve the inequality 2x + 3 > 11, first subtract 3 from both sides, which simplifies the inequality to 2x > 8. Then, divide both sides by 2. This yields x > 4, meaning any value of x greater than 4 will satisfy the inequality.
What is the solution to the equation 3x + 2 = 14?