What is the value of \((469 + 174)^2 - (469 - 174)^2\) / \((469 \times 174)\)?
Answer: B
This is based on algebraic identities. The numerator is in the form \((a+b)^2 - (a-b)^2\), which simplifies to \(4ab\).
Here, a=469 and b=174.
The expression becomes \(\frac{4ab}{ab} = 4\).
Enter details here
If \(a-b=3\) and \(a^2+b^2=29\), find the value of ab.
Answer: A
We know the identity \((a-b)^2 = a^2+b^2-2ab\).
Substitute the given values into the identity:
\((3)^2 = 29 - 2ab\).
\(9 = 29 - 2ab\).
\(2ab = 29 - 9 = 20\).
\(ab = \frac{20}{2} = 10\).
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
Evaluate: \(1.07 \times 65 + 1.07 \times 26 + 1.07 \times 9\)
Answer: B
Using the distributive property, we can factor out 1.07.
Expression = \(1.07 \times (65 + 26 + 9)\)
= \(1.07 \times (100)\)
= 107.
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
Find the value of \(\frac{1}{2\times3} + \frac{1}{3\times4} + \frac{1}{4\times5} + ... + \frac{1}{9\times10}\).
Answer: B
This is a telescoping series. Each term can be split using partial fractions: \(1/(n(n+1)) = 1/n - 1/(n+1)\).
The series becomes: \((\frac{1}{2} - \frac{1}{3}) + (\frac{1}{3} - \frac{1}{4}) + (\frac{1}{4} - \frac{1}{5}) + ... + (\frac{1}{9} - \frac{1}{10})\).
All the intermediate terms cancel out.
We are left with \(\frac{1}{2} - \frac{1}{10} = \frac{5-1}{10} = \frac{4}{10} = \frac{2}{5}\).
Enter details here
Evaluate: \(20 - [10 - \{8 - (6 - 2)\}]\)
Answer: B
Using the order of operations (BODMAS/PEMDAS):
Step 1: Solve the innermost bracket: \((6 - 2) = 4\).
Step 2: Solve the curly bracket: \(\{8 - 4\} = 4\).
Step 3: Solve the square bracket: \([10 - 4] = 6\).
Step 4: Perform the final subtraction: \(20 - 6 = 14\).
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
Simplify: \(5005 - 5000 \div 10\)
Answer: C
Using the BODMAS rule, we perform division before subtraction.
Step 1: \(5000 \div 10 = 500\).
Step 2: \(5005 - 500 = 4505\).
Enter details here