If the product of three consecutive integers is 120, then the sum of the integers is:
Answer: C
We need to find three consecutive numbers whose product is 120. We can estimate the cube root of 120. \(5^3=125\), so the numbers should be around 5.
Let's try 4, 5, and 6.
\(4 \times 5 \times 6 = 20 \times 6 = 120\). This is correct.
The integers are 4, 5, and 6.
Their sum is \(4 + 5 + 6 = 15\).
Enter details here
What is the value of \(587 \times 999\)?
Answer: A
We can write 999 as (1000 - 1).
So, \(587 \times 999 = 587 \times (1000 - 1)\).
= \(587 \times 1000 - 587 \times 1\).
= 587000 - 587 = 586413.
Enter details here
Evaluate: \(106 \times 106 - 94 \times 94\)
Answer: A
This expression is in the form of \(a^2 - b^2\), which equals \((a+b)(a-b)\).
Here, a = 106 and b = 94.
\((106 + 94)(106 - 94) = (200)(12)\).
\(200 \times 12 = 2400\).
Enter details here
What is the value of \(\sqrt{0.000441}\)?
Answer: B
We can write \(0.000441\) as \(\frac{441}{1000000}\).
\(\sqrt{\frac{441}{1000000}} = \frac{\sqrt{441}}{\sqrt{1000000}} = \frac{21}{1000} = 0.021\).
Enter details here
If a number is decreased by 4 and divided by 6, the result is 8. What would be the result if 2 is subtracted from the number and then it is divided by 5?
Answer: B
Let the number be x.
According to the first condition: \(\frac{x-4}{6} = 8\).
\(x-4 = 48\), so \(x = 52\).
Now, according to the second condition, subtract 2 from the number: \(52 - 2 = 50\).
Then divide by 5: \(50 \div 5 = 10\).
Enter details here
The sum of three consecutive multiples of 3 is 72. What is the largest of the three numbers?
Answer: C
Let the three consecutive multiples of 3 be 3x, 3(x+1), and 3(x+2). A simpler way is to let them be n-3, n, n+3, where n is the middle number. Their sum is 3n = 72, so n=24.
The numbers are 21, 24, and 27.
The largest number is 27.
Enter details here
A number increased by 37.5% gives 99. The number is:
Answer: B
Let the number be x. An increase of 37.5% means the new number is 137.5% of the original.
Note that 37.5% = 3/8.
So, the new number is \(x + \frac{3}{8}x = \frac{11}{8}x\).
\(\frac{11}{8}x = 99\)
\(x = 99 \times \frac{8}{11} = 9 \times 8 = 72\).
Enter details here
Simplify: \(36 \div 2 \times 3 + 4 - 6\)
Answer: B
Using BODMAS, we perform division and multiplication from left to right, then addition and subtraction.
Step 1: \(36 \div 2 = 18\)
Step 2: \(18 \times 3 = 54\)
Step 3: \(54 + 4 = 58\)
Step 4: \(58 - 6 = 52\)
Enter details here
The sum of 10 numbers is 550. Find their average number.
Answer: B
Average = Sum of numbers / Count of numbers.
Average = 550 / 10 = 55.
Enter details here
A number when successively divided by 4, 5 and 6 leaves remainders 2, 3 and 4 respectively. The least such number is:
Answer: A
Let the number be N. We work backwards. Let the final quotient be k.
The number before dividing by 6 was 6k+4. For the least number, let k=1. Number = 10.
The number before dividing by 5 was 5(10)+3=53.
The number before dividing by 4 was 4(53)+2=212+2=214.
Let's check with k=0. Then number is 4. Then 5(4)+3=23. Then 4(23)+2=94. Let me re-read the standard method. Let final quotient be 0. So number is 6(0)+4=4. Number before that is 5(4)+3=23. Number before that is 4(23)+2=94. Let's check 94. 94/4 = 23 rem 2. 23/5=4 rem 3. 4/6=0 rem 4. So 94 is a possible answer. The options are large. Maybe the final quotient is not 0. Let's re-calculate with k=1. Last quotient is 1. Number is 6(1)+4=10. Number before that is 5(10)+3=53. Number before that is 4(53)+2=214. This matches an option.
Enter details here