Geometry Questions and Answers updated daily – Aptitude
Geometry Questions: Solved 321 Geometry Questions and answers section with explanation for various online exam preparation, various interviews, Aptitude Category online test. Category Questions section with detailed description, explanation will help you to master the topic.
Geometry Questions
41. Find the area of the triangle formed by the three points whose coordinates are (2, 3), (4, 5) and (6, 3).










SHOW ANSWER
Correct Ans:4 sq units
Explanation:
Given, three points are
(x1,y1) = (2,3)
(x2,y2) = (4,5)
(x3,y3) = (6,3)
Then, Area of triangle = (1/2) * | (x1y2 + x2y3 + x3y1) – (x2y1 + x3y2 + x1y3)|
= (1/2) * | (2x5 + 4x3 + 6x3) – (4x3 + 6x5 + 2x3)|
= (1/2) * |(10 + 12 + 18) – (12 + 30 + 6)|
= (1/2) * |40 – 48|
= (1/2) * |(-8)|
= (1/2) * 8
= 4
Therefore, Area of triangle = 4 sq.units
(x1,y1) = (2,3)
(x2,y2) = (4,5)
(x3,y3) = (6,3)
Then, Area of triangle = (1/2) * | (x1y2 + x2y3 + x3y1) – (x2y1 + x3y2 + x1y3)|
= (1/2) * | (2x5 + 4x3 + 6x3) – (4x3 + 6x5 + 2x3)|
= (1/2) * |(10 + 12 + 18) – (12 + 30 + 6)|
= (1/2) * |40 – 48|
= (1/2) * |(-8)|
= (1/2) * 8
= 4
Therefore, Area of triangle = 4 sq.units
Workspace
42. Find the slope of the line whose equation is 4y +12x - 1 = 0










SHOW ANSWER
Correct Ans:-3
Explanation:
Given, eqn of line is: 4y +12x - 1 = 0
=> 4y = -12x + 1
Dividing 4 on both sides, we get
=> y = -3x + (1/4)
On comparing this eqn with the standard eqn of line: y = mx + c
Here, Slope = m = -3
=> 4y = -12x + 1
Dividing 4 on both sides, we get
=> y = -3x + (1/4)
On comparing this eqn with the standard eqn of line: y = mx + c
Here, Slope = m = -3
Workspace
43. Find the area of the triangle formed by the line 3x+2y=6, in the first coordinate.










SHOW ANSWER
Correct Ans:3 sq units
Explanation:
Given, eqn of line: 3x + 2y = 6
Step 1: To find the points where this line connects with the x and y axis.
x intercept occurs when y = 0
So, subs y = 0 in 3x + 2y = 6
=> 3x + 2(0) = 6
=> 3x = 6
=> x = 2 = base of the triangle.
Now, y intercept occurs when x=0
So, subs x = 0 in 3x + 2y = 6
=> 3(0) + 2y = 6
=> 2y = 6
=> y = 3 = height of the triangle
Step 2: To find the area of the triangle
Area of the triangle = (1/2) * base * height
= (1/2) * 2 * 3
= 3 sq units
Thus, Area of the triangle = 3 sq units.
Step 1: To find the points where this line connects with the x and y axis.
x intercept occurs when y = 0
So, subs y = 0 in 3x + 2y = 6
=> 3x + 2(0) = 6
=> 3x = 6
=> x = 2 = base of the triangle.
Now, y intercept occurs when x=0
So, subs x = 0 in 3x + 2y = 6
=> 3(0) + 2y = 6
=> 2y = 6
=> y = 3 = height of the triangle
Step 2: To find the area of the triangle
Area of the triangle = (1/2) * base * height
= (1/2) * 2 * 3
= 3 sq units
Thus, Area of the triangle = 3 sq units.
Workspace
44. Find the center of the circle whose equation is x^2 + y^2 + 6x - 10y - 120 = 0










SHOW ANSWER
Correct Ans:(-3 , 5)
Explanation:
For general format ofcircle: ax2+by2+cx+dy+e= 0
The center-radius form of the circle equation is in the format(x–h)2+ (y–k)2=r2, with the center being at the point(h, k)and the radius being "r".
Given eqn is: x^2 + y^2 + 6x - 10y - 120 =0
=> x^2 + y^2 + 6x - 10y = 120
Group thex-stuff together. And theny-stuff together.
=>(x^2 + 6x) + (y^2 – 10y) = 120
Take thex-term coefficient, multiply it by one-half, square it, and then add this to both sides of the equation, as shown. Do the same with they-term coefficient.
=> (x^2 + 6x + 9) + (y^2 – 10y + 25) = 120 + 9 + 25
=> (x + 3)^2 + (y – 5)^2 = 154
On comparing it with center-radius form of the circle equation: (x–h)2+ (y–k)2=r2
=> The center is at (h, k) = (-3, 5)
The center-radius form of the circle equation is in the format(x–h)2+ (y–k)2=r2, with the center being at the point(h, k)and the radius being "r".
Given eqn is: x^2 + y^2 + 6x - 10y - 120 =0
=> x^2 + y^2 + 6x - 10y = 120
Group thex-stuff together. And theny-stuff together.
=>(x^2 + 6x) + (y^2 – 10y) = 120
Take thex-term coefficient, multiply it by one-half, square it, and then add this to both sides of the equation, as shown. Do the same with they-term coefficient.
=> (x^2 + 6x + 9) + (y^2 – 10y + 25) = 120 + 9 + 25
=> (x + 3)^2 + (y – 5)^2 = 154
On comparing it with center-radius form of the circle equation: (x–h)2+ (y–k)2=r2
=> The center is at (h, k) = (-3, 5)
Workspace
45. Which of the following points in the given options does not lie on the circle x^2 + y^2 = 10










SHOW ANSWER
Correct Ans:(2,8)
Explanation:
Workspace
46. Find the center of the circle whose equation is x^2+y^2-2x-6y=12










SHOW ANSWER
Correct Ans:(1, 3)
Explanation:
For general format ofcircle: ax2+by2+cx+dy+e= 0
The center-radius form of the circle equation is in the format(x–h)2+ (y–k)2=r2, with the center being at the point(h, k)and the radius being "r".
Given eqn is: x^2+y^2-2x-6y=12
Group thex-stuff together. And theny-stuff together.
=>(x^2 – 2x) + (y^2 – 6y) = 12
Take thex-term coefficient, multiply it by one-half, square it, and then add this to both sides of the equation, as shown. Do the same with they-term coefficient.
=> (x^2 – 2x + 1) + (y^2 – 6y + 9) = 12 + 1 + 9
=> (x – 1)^2 + (y – 3)^2 = 22
On comparing it with center-radius form of the circle equation: (x–h)2+ (y–k)2=r2
=> The center is at (h, k) = (1, 3)
The center-radius form of the circle equation is in the format(x–h)2+ (y–k)2=r2, with the center being at the point(h, k)and the radius being "r".
Given eqn is: x^2+y^2-2x-6y=12
Group thex-stuff together. And theny-stuff together.
=>(x^2 – 2x) + (y^2 – 6y) = 12
Take thex-term coefficient, multiply it by one-half, square it, and then add this to both sides of the equation, as shown. Do the same with they-term coefficient.
=> (x^2 – 2x + 1) + (y^2 – 6y + 9) = 12 + 1 + 9
=> (x – 1)^2 + (y – 3)^2 = 22
On comparing it with center-radius form of the circle equation: (x–h)2+ (y–k)2=r2
=> The center is at (h, k) = (1, 3)
Workspace
47. In which of the following lines, do these two point (1,3) and (2,6) lies?










SHOW ANSWER
Correct Ans:y = 3x
Explanation:
Given, two points, (x1, y1) = (1,3)
(x2, y2) = (2,6)
Step 1: To find slope of the line:
Slope (m) = (y2 - y1) / (x2 - x1)
= (6-3)/ (2-1)
= 3/1
=> m = 3
Step 2: To find y intercept:
y = mx + c
Here subs, x = 1, y = 3 and m = 3
3 = 3(1) + c
=> 3 = 3 + c
=> C = 3 – 3 = 0
Step 3: Equation of line (in slope- intercept form)
y = mx + c
=> y = 3x ---> which is the correct answer.
(x2, y2) = (2,6)
Step 1: To find slope of the line:
Slope (m) = (y2 - y1) / (x2 - x1)
= (6-3)/ (2-1)
= 3/1
=> m = 3
Step 2: To find y intercept:
y = mx + c
Here subs, x = 1, y = 3 and m = 3
3 = 3(1) + c
=> 3 = 3 + c
=> C = 3 – 3 = 0
Step 3: Equation of line (in slope- intercept form)
y = mx + c
=> y = 3x ---> which is the correct answer.
Workspace
48. Find the height of the triangle whose base is 20 with an area of 40 sq. units.










SHOW ANSWER
Correct Ans:4
Explanation:
Workspace
49. In triangle PQR length of the side QR is less than twice the length of the side PQ by 2 cm. Length of the side PR exceeds the length of the side PQ by 10 cm. The perimeter is 40 cm. The length of the smallest side of the triangle PQR is :










SHOW ANSWER
Correct Ans:8
Explanation:
Workspace
50. Given a triangle ABC, another triangle is formed by connecting the midpoints of the sides of the triangle ABC, then the area of the new triangle formed will be how many times the area of the triangle ABC










SHOW ANSWER
Correct Ans:One fourth
Explanation:
Workspace
51. Given triangle ABC, such that AB = AC, then ratio of the angle B to angle C = ?










SHOW ANSWER
Correct Ans:1 : 1
Explanation:
Workspace
52. Find the area of the triangle whose coordinates are (1, 2) , (3, 4) and (5, 10)










SHOW ANSWER
Correct Ans:4
Explanation:
Workspace
53. The shortest distance of the point (4,8) form the X-Axis is










SHOW ANSWER
Correct Ans:8
Explanation:
Workspace
54. A wall is of the form of a trapezium with height 4 m and parallel sides being 3 m and 5 m. What is the cost of painting the wall, if the rate of painting is Rs. 25/- per square metre?










SHOW ANSWER
Correct Ans:400
Explanation:
Workspace
55. The difference b/w two parallel sides of a trapezium is 8 cm and the perpendicular distance b/w them is 38 cm. Find the lengths of the parallel sides, if the area of the trapezium is 950 cm 2 .










SHOW ANSWER
Correct Ans: 29 and 21
Explanation:
Workspace
56. Find the area of a trapezium whose parallel sides are 24 cm and 20 cm and the distance between them is 15 cm.










SHOW ANSWER
Correct Ans:330
Explanation:
Workspace
57. Find the area of a trapezium whose parallel sides are 38.7 cm and 22.3 cm, and the distance between them is 16 cm.










SHOW ANSWER
Correct Ans:488
Explanation:
Workspace
58. The area of a trapezium is 1080 cm². If the lengths of its parallel sides are 55.6 cm and 34.4 cm, find the distance between them.










SHOW ANSWER
Correct Ans:24
Explanation:
Workspace
59. The area of a trapezium is 1586 cm² and the distance between its parallel sides is 26 cm. If one of the parallel sides is 84 cm, find the other.










SHOW ANSWER
Correct Ans:38
Explanation:
Workspace
60. The parallel sides of a trapezium are 20 cm and 10 cm. Its nonparallel sides are both equal, each being 13 cm. Find the area of the trapezium.










SHOW ANSWER
Correct Ans:180
Explanation:
Workspace
Are you seeking for good platform for practicing Geometry questions in online. This is the right place. The time you spent in Fresherslive will be the most beneficial one for you.
Online Test on Geometry @ Fresherslive
This page provides important questions on Geometry along with correct answers and clear explanation, which will be very useful for various Interviews, Competitive examinations and Entrance tests. Here, Most of the Geometry questions are framed with Latest concepts, so that you may get updated through these Geometry Online tests. Geometry Online Test questions are granted from basic level to complex level.
Why To Practice Geometry Test questions Online @ Fresherslive?
Geometry questions are delivered with accurate answer. For solving each and every question, very lucid explanations are provided with diagrams wherever necessary.
Practice in advance of similar questions on Geometry may improve your performance in the real Exams and Interview.
Time Management for answering the Geometry questions quickly is foremost important for success in Competitive Exams and Placement Interviews.
Through Fresherslive Geometry questions and answers, you can acquire all the essential idea to solve any difficult questions on Geometry in short time and also in short cut method.
Winners are those who can use the simplest method for solving a question. So that they have enough time for solving all the questions in examination, correctly without any tense. Fresherslive provides most simplest methods to answer any tough questions. Practise through Fresherslive test series to ensure success in all competitive exams, entrance exams and placement tests.
Why Fresherslive For Geometry Online Test Preparation?
Most of the job seekers finding it hard to clear Geometry test or get stuck on any particular question, our Geometry test sections will help you to success in Exams as well as Interviews. To acquire clear understanding of Geometry, exercise these advanced Geometry questions with answers.
You're Welcome to use the Fresherslive Online Test at any time you want. Start your beginning, of anything you want by using our sample Geometry Online Test and create yourself a successful one. Fresherslive provides you a new opportunity to improve yourself. Take it and make use of it to the fullest. GOODLUCK for Your Bright Future.