SET Practice Questions

17 Total Questions Quantitative Reasoning

Master GMAT SET with comprehensive practice questions. Build your quantitative reasoning skills through detailed explanations and strategic practice.

Key Skills

  • Problem Solving
  • Analytical Thinking
  • Mathematical Reasoning
  • Strategic Analysis

Study Tips

  • Focus on understanding SET concepts fundamentally
  • Practice with timer to improve speed and accuracy
  • Review explanations thoroughly to learn solution methods
  • Identify common patterns and shortcuts for this topic

Free Preview: Try 3 questions below. Sign up free to access all 17 questions.

Question 1 of 5 Medium
Of the films Empty Set Studios released last year, 60% were comedies and the rest were horror films. 75% of the comedies were profitable, but 75% of the horror moves were unprofitable. If the studio made a total of 40 films, and broke even on none of them, how many of their films were profitable?
A
18
B
19
C
20
D
21
E
22
View Explanation

Correct Answer: E

For an overlapping sets problem it is best to use a double set matrix to organize the information and solve. Fill in the information in the order in which it is given.

Of the films Empty Set Studios released last year, \(60\%\) were comedies and the rest were horror films.

$$\begin{array}{|c|c|c|c|} \hline & \text{Comedies} & \text{Horror Films} & \text{Total} \\ \hline \text{Profitable} & & & \\ \hline \text{Unprofitable} & & & \\ \hline \text{Total} & 0.6x & 0.4x & x \\ \hline \end{array}$$

\(75\%\) of the comedies were profitable, but \(75\%\) of the horror moves were unprofitable.

$$\begin{array}{|c|c|c|c|} \hline & \text{Comedies} & \text{Horror Films} & \text{Total} \\ \hline \text{Profitable} & 0.75(0.6x) & & \\ \hline \text{Unprofitable} & & 0.75(0.4x) & \\ \hline \text{Total} & 0.6x & 0.4x & x \\ \hline \end{array}$$

If the studio made a total of \(40\) films...

$$\begin{array}{|c|c|c|c|} \hline & \text{Comedies} & \text{Horror Films} & \text{Total} \\ \hline \text{Profitable} & 0.75(24) = 18 & & \\ \hline \text{Unprofitable} & & 0.75(16) = 12 & \\ \hline \text{Total} & 0.6(40) = 24 & 0.4(40) = 16 & x = 40 \\ \hline \end{array}$$

Since each row and each column must sum up to the Total value, we can fill in the remaining boxes

$$\begin{array}{|c|c|c|c|} \hline & \text{Comedies} & \text{Horror Films} & \text{Total} \\ \hline \text{Profitable} & 18 & 4 & 22 \\ \hline \text{Unprofitable} & 6 & 12 & 18 \\ \hline \text{Total} & 24 & 16 & 40 \\ \hline \end{array}$$ The problem seeks the total number of profitable films, which is 22.
The correct answer is E.
Question 2 of 5 Medium
At a certain hospital, 75% of the interns receive fewer than 6 hours of sleep and report feeling tired during their shifts. At the same time, 70% of the interns who receive 6 or more hours of sleep report no feelings of tiredness. If 80% of the interns receive fewer than 6 hours of sleep, what percent of the interns report no feelings of tiredness during their shifts?
A
6
B
14
C
19
D
20
E
81
View Explanation

Correct Answer: C

For an overlapping-sets problem we can use a double-set matrix to organize our information and solve. Because the values are in percents, we can assign a value of 100 for the total number of interns at the hospital. Then, carefully fill in the matrix based on the information provided in the problem. The matrix below details this information. Notice that the variable \( x \) is used to detail the number of interns who receive 6 or more hours of sleep, \( 70\% \) of whom reported no feelings of tiredness. $$ \begin{array}{|l|c|c|c|} \hline & \text{Tired} & \text{Not Tired} & \text{TOTAL} \\ \hline \text{6 or more hours} & .3x & .7x & x \\ \hline \text{Fewer than 6 hours} & 75 & & 80 \\ \hline \text{TOTAL} & & & 100 \\ \hline \end{array} $$ In a double-set matrix, the sum of the first two rows equals the third and the sum of the first two columns equals the third. Thus, the boldfaced entries below were derived using the above matrix. $$ \begin{array}{|l|c|c|c|} \hline & \text{Tired} & \text{Not Tired} & \text{TOTAL} \\ \hline \text{6 or more hours} & \mathbf{6} & \mathbf{14} & \mathbf{20} \\ \hline \text{Fewer than 6 hours} & 75 & \mathbf{5} & 80 \\ \hline \text{TOTAL} & \mathbf{81} & \mathbf{19} & 100 \\ \hline \end{array} $$ We were asked to find the percentage of interns who reported no feelings of tiredness, or \( 19\% \) of the interns. The correct answer is C.
Question 3 of 5 Medium
Eighty percent of the lights at Hotel California are on at 8 p.m. a certain evening. However, forty percent of the lights that are supposed to be off are actually on and ten percent of the lights that are supposed to be on are actually off. What percent of the lights that are on are supposed to be off?
A
\( 22\frac{2}{9}\% \)
B
\( 16\frac{2}{3}\% \)
C
\( 11\frac{1}{9}\% \)
D
\( 10\% \)
E
\( 5\% \)
View Explanation

Correct Answer: D

For an overlapping set problem we can use a double-set matrix to organize our information and solve. Because the values here are percents, we can assign a value of 100 to the total number of lights at Hotel California. The information given to us in the question is shown in the matrix in boldface. An x was assigned to the lights that were "Supposed To Be Off" since the values given in the problem reference that amount. The other values were filled in using the fact that in a double-set matrix the sum of the first two rows equals the third and the sum of the first two columns equals the third.

$$\begin{array}{|l|c|c|c|}\hline & \text{Supposed To Be On} & \text{Supposed To Be Off} & \text{TOTAL} \\\hline \text{Actually on} & & 0.4x & 80 \\\hline \text{Actually off} & 0.1(100 - x) & 0.6x & 20 \\\hline \text{TOTAL} & 100 - x & x & 100 \\\hline \end{array}$$

Using the relationships inherent in the matrix, we see that:
0.1(100 − x) + 0.6x = 20
10 − 0.1x + 0.6x = 20
0.5x = 10 so x = 20

We can now fill in the matrix with values:

$$\begin{array}{|l|c|c|c|}\hline & \text{Supposed To Be On} & \text{Supposed To Be Off} & \text{TOTAL} \\\hline \text{Actually on} & 72 & 8 & 80 \\\hline \text{Actually off} & 8 & 12 & 20 \\\hline \text{TOTAL} & 80 & 20 & 100 \\\hline \end{array}$$

Of the 80 lights that are actually on, 8, or \( 10\% \), are supposed to be off.

The correct answer is D.
Question 4 of 5 Medium
Of the 645 speckled trout in a certain fishery that contains only speckled and rainbow trout, the number of males is 45 more than twice the number of females. If the ratio of female speckled trout to male rainbow trout is 4:3 and the ratio of male rainbow trout to all trout is 3:20, how many female rainbow trout are there?
A
192
B
195
C
200
D
205
E
208

Unlock 12+ More Questions

Sign up free to access the full question bank

Sign Up Free
Question 5 of 5 Medium
\( 30\% \) of major airline companies equip their planes with wireless internet access. \( 70\% \) of major airlines offer passengers free on-board snacks. What is the greatest possible percentage of major airline companies that offer both wireless internet and free on-board snacks?
A
\( 21\% \)
B
\( 30\% \)
C
\( 40\% \)
D
\( 50\% \)
E
\( 70\% \)

Unlock 12+ More Questions

Sign up free to access the full question bank

Sign Up Free

Ready for more practice?

Access 17 SET questions plus thousands more across all GMAT topics