Question Detail
The difference of the areas of two squares drawn on two line segments in 32 sq. cm. Find the length of the greater line segment if one is longer than the other by 2 cm.
- 9 cm
- 8 cm
- 7 cm
- 6 cm
Answer: Option C
Explanation:
Let the lengths of the line segments be x and x+2 cm
then,
\begin{aligned}
{(x+2)}^2 - x^2 = 32 \\
x^2 + 4x + 4 - x^2 = 32 \\
4x = 28 \\
x = 7 cm
\end{aligned}
1. A courtyard is 25 meter long and 16 meter board is to be paved with bricks of dimensions 20 cm by 10 cm. The total number of bricks required is :
- 16000
- 18000
- 20000
- 22000
Answer: Option C
Explanation:
\begin{aligned}
\text{Number of bricks =}\frac{\text{Courtyard area}}{\text{1 brick area}} \\
= \left( \frac{2500 \times 1600}{20 \times 10} \right) \\
= 20000
\end{aligned}
2. The wheel of a motorcycle, 70 cm in diameter makes 40 revolutions in every 10 seconds. What is the speed of the motorcycle in km/hr
- 30.68 km/hr
- 31.68 km/hr
- 32.68 km/hr
- 33.68 km/hr
Answer: Option B
Explanation:
In this type of question, we will first calculate the distance covered in given time.
Distance covered will be, Number of revolutions * Circumference
So we will be having distance and time, from which we can calculate the speed. So let solve.
Radius of wheel = 70/2 = 35 cm
Distance covered in 40 revolutions will be
\begin{aligned}
\text{40 * Circumference } \\
= \text{40 * 2*\pi*r } \\
= 40 * 2* \frac{22}{7}* 35 \\
= 8800 cm \\
= \frac{8800}{100} m = 88 m\\
\text{Distance covered in 1 sec =}\\
\frac{88}{10} \\
= 8.8 m \\
Speed = 8.8 m/s \\
= 8.8*\frac{18}{5} = 31.68 km/hr
\end{aligned}
3. The ratio between the length and the breadth of a rectangular park is 3 : 2. If a man cycling along the boundary of the park at the speed of 12 km/hr completes one round in 8 minutes, then the area of the park (in sq. m) is:
- \begin{aligned} 152600 m^2\end{aligned}
- \begin{aligned} 153500 m^2\end{aligned}
- \begin{aligned} 153600 m^2\end{aligned}
- \begin{aligned} 153800 m^2\end{aligned}
Answer: Option C
Explanation:
Question seems to be typical, but trust me it is too easy to solve, before solving this, lets analyse how we can solve this.
We are having speed and time so we can calculate the distance or perimeter in this question.
Then by applying the formula of perimeter of rectangle we can get value of length and breadth, So finally can get the area. Lets solve it:
Perimeter = Distance travelled in 8 minutes,
=> Perimeter = 12000/60 * 8 = 1600 meter. [because Distance = Speed * Time]
As per question length is 3x and width is 2x
We know perimeter of rectangle is 2(L+B)
So, 2(3x+2x) = 1600
=> x = 160
So Length = 160*3 = 480 meter
and Width = 160*2 = 320 meter
Finally, Area = length * breadth
= 480 * 320 = 153600
4. The base of a triangle is 15 cm and height is 12 cm. The height of another triangle of double the area having the base 20 cm is :
- 22 cm
- 20 cm
- 18 cm
- 10 cm
Answer: Option C
Explanation:
\begin{aligned}
\text{Area of triangle, A1 = }\frac{1}{2}*base*height \\
= \frac{1}{2}*15*12 = 90 cm^2 \\
\text{Area of second triangle =} 2*A1 \\
= 180 cm^2 \\
\frac{1}{2}*20*height = 180 \\
=> height = 18 cm
\end{aligned}
5. A farmer wishes to start a 100 sq. m. rectangular vegetable garden. Since he has only 30 meter barbed wire, he fences three sides of the garden letting his house compound wall act as the fourth side fencing. Then find the dimension of the garden.
- 10 m * 5 m
- 15 m * 5 m
- 20 m * 5 m
- 25 m * 5 m
Answer: Option C
Explanation:
From the question, 2b+l = 30
=> l = 30-2b
\begin{aligned}
Area = 100m^2 \\
=> l \times b = 100 \\
=> b(30-2b) = 100 \\
b^2 - 15b + 50 = 0 \\
=>(b-10)(b-5)=0 \\
\end{aligned}
b = 10 or b = 5
when b = 10 then l = 10
when b = 5 then l = 20
Since the garden is rectangular so we will take value of breadth 5.
So its dimensions are 20 m * 5 m