2018 AMC 10B Problems
Contents
Problem 1
Kate bakes 20-inch by 18-inch pan of cornbread. The cornbread is cut into pieces that measure 2 inches by 2 inches. How many pieces of cornbread does the pan contain?
Problem 2
Sam drove 96 miles in 90 minutes. His average speed during the first 30 minutes was 60 mph (miles per hour), and his average speed during the second 30 minutes was 65 mph. What was his average speed, in mph, during the last 30 minutes?
Problem 3
In the expression each blank is to be filled in with one of the digits or with each digit being used once. How many different values can be obtained?
Problem 4
A three-dimensional rectangular box with dimensions , , and has faces whose surface areas are 24, 24, 48, 48, 72, and 72 square units. What is ?
Problem 5
How many subsets of contain at least one prime number?
Problem 6
A box contains 5 chips, numbered 1, 2, 3, 4, and 5. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds 4. What is the probability that 3 draws are required?
Problem 7
In the figure below, congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let be the combined area of the small semicircles and be the area of the region inside the large semicircle but outside the small semicircles. The ratio is 1:18. What is ?
Problem 8
Sara makes a staircase out of toothpicks as shown:
<Insert diagram>
This is a 3-step staircase and uses 18 toothpicks. How many steps would be in a staircase that used 180 toothpicks?
Problem 9
The faces of each of 7 standard dice are labeled with the integers from 1 to 6. Let be the probability that when all 7 dice are rolled, the sum of the numbers on the top faces is 10. What other sum occurs with the same probability ?
Problem 10
In the rectangular parallelepiped shown, , , and . Point is the midpoint of . What is the volume of the rectangular pyramid with base and apex ?
<Insert Diagram>
Problem 11
Which of the following expressions is never a prime number when is a prime number?
Problem 12
Line segment is a diameter of a circle with . Point , not equal to or , lies on the circle. As point moves around the circle, the centroid (center of mass) of traces out a closed curve missing two points. To the nearest positive integer, what is the area of the region bounded by this curve?
Problem 13
How many of the first numbers in the sequence are divisible by ?
Problem 14
A list of positive integers has a unique mode, which occurs exactly times. What is the least number of distinct values that can occur in the list?
Problem 15
A closed box with a square base is to be wrapped with a square sheet of wrapping paper. The box is centered on the wrapping paper with the vertices of the base lying on the midlines of the square sheet of paper, as shown in the figure on the left. The four corners of the wrapping paper are to be folded up over the sides and brought together to meet at the center of the top of the box, point in the figure on the right. The box has base length and height . What is the area of the sheet of wrapping paper?
[asy]size(270pt); defaultpen(fontsize(10pt)); filldraw(((3,3)--(-3,3)--(-3,-3)--(3,-3)--cycle),lightgrey); dot((-3,3)); label("",(-3,3),NW); draw((1,3)--(-3,-1),dashed+linewidth(.5)); draw((-1,3)--(3,-1),dashed+linewidth(.5)); draw((-1,-3)--(3,1),dashed+linewidth(.5)); draw((1,-3)--(-3,1),dashed+linewidth(.5)); draw((0,2)--(2,0)--(0,-2)--(-2,0)--cycle,linewidth(.5)); draw((0,3)--(0,-3),linetype("2.5 2.5")+linewidth(.5)); draw((3,0)--(-3,0),linetype("2.5 2.5")+linewidth(.5)); label('',(-1,-1),SW); label('',(1,-1),SE); draw((4.5,0)--(6.5,2)--(8.5,0)--(6.5,-2)--cycle); draw((4.5,0)--(8.5,0)); draw((6.5,2)--(6.5,-2)); label("",(6.5,0),NW); dot((6.5,0)); [/asy]