Last visit was: 20 Nov 2025, 05:02 It is currently 20 Nov 2025, 05:02
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
bz9
Joined: 12 Feb 2006
Last visit: 17 Jan 2010
Posts: 70
Own Kudos:
265
 [244]
Posts: 70
Kudos: 265
 [244]
20
Kudos
Add Kudos
224
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,414
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,414
Kudos: 778,488
 [46]
18
Kudos
Add Kudos
27
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,414
Own Kudos:
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,414
Kudos: 778,488
 [29]
18
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
General Discussion
User avatar
Fig
Joined: 01 May 2006
Last visit: 02 Feb 2025
Posts: 1,031
Own Kudos:
253
 [14]
Posts: 1,031
Kudos: 253
 [14]
11
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
(B) for me :)

The equation of circle C in the XY plan is :
(x-a)^2 + (y-b)^2 = r^2

Where :
o (a,b) is the center of the circle
o r is the radius of the circle

Knowing that, u can plug the coordonates of each points to get a, b and r.

(1, 2) on C implies:
(a-1)^2 + (b-2)^2 = r^2
<=> a^2 -2*a + 1 + b^2 - 4*b + 4 = r^2 (1)

(2, 5) on C implies:
(a-2)^2 + (b-5)^2 = r^2
<=> a^2 -4*a + 4 + b^2 - 10*b + 25 = r^2 (2)

(5, 4) on C implies:
(a-5)^2 + (b-4)^2 = r^2
<=> a^2 -10*a + 25 + b^2 -8*b + 16 = r^2 (3)


(1) - (2)
<=> 2*a - 3 + 6*b -21 =0
<=> 2*a + 6*b = 24
<=> a + 3*b = 12 (4)

(1) - (3)
<=> 8*a -24 + 4*b - 12 = 0
<=> 2*a + b = 9 (5)

(5) -2*(4)
<=> -5*b = -15
<=> b = 3

From (1), we find a :
a = 12 - 3*b = 12 - 3*3 = 3

Still from (1):
(a-1)^2 + (b-2)^2 = r^2
<=> (2)^2 + (1)^2 = r^2
<=> r = sqrt(5)

Thus,
D = 2*sqrt(5) = sqrt(20)
User avatar
lonewolf
Joined: 22 Sep 2009
Last visit: 16 Feb 2011
Posts: 151
Own Kudos:
30
 [1]
Given Kudos: 8
Location: Tokyo, Japan
Posts: 151
Kudos: 30
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Good method. Simple and quick.

Just for refreshing memories... If two chords of a circle form a right angle degree (for example: AB, BC), then the chord AC must be the diameter of the circle.

Is the above statement always true?
User avatar
gottabwise
Joined: 24 Jul 2009
Last visit: 10 Sep 2011
Posts: 139
Own Kudos:
Given Kudos: 10
Location: Anchorage, AK
Schools:Mellon, USC, MIT, UCLA, NSCU
Posts: 139
Kudos: 118
Kudos
Add Kudos
Bookmarks
Bookmark this Post
lonewolf: I'd like to know the answer as well. Great question.

I got B. Draw a coord plane, plotted pts, draw right triangle. Used distance formula for each side. Thought about the radius formula for circumscribed circles. Nixed idea. Noticed isoceles right triangle and realized sqrt 20 was diameter b/c it's the hypotenuse. Ended there. Glad I tried the problem.
avatar
pramoddikshith
Joined: 07 Aug 2012
Last visit: 21 Mar 2019
Posts: 4
Own Kudos:
1
 [1]
Posts: 4
Kudos: 1
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I dont know how you could assuse AC is the diameter. Because there is nothing to indicate that AC goes through the center right? I am a little confused about the solution.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 20 Nov 2025
Posts: 105,414
Own Kudos:
778,488
 [2]
Given Kudos: 99,987
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,414
Kudos: 778,488
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
pramoddikshith
I dont know how you could assuse AC is the diameter. Because there is nothing to indicate that AC goes through the center right? I am a little confused about the solution.

AC is the diameter because angle at B is 90 degrees. Check this post: circle-passes-through-points-1-2-2-5-and-42105.html#p672194
User avatar
daboo343
Joined: 09 Nov 2012
Last visit: 20 Nov 2022
Posts: 223
Own Kudos:
Given Kudos: 162
Status:You have to have the darkness for the dawn to come
Daboo: Sonu
GMAT 1: 590 Q49 V20
GMAT 2: 730 Q50 V38
Products:
GMAT 2: 730 Q50 V38
Posts: 223
Kudos: 708
Kudos
Add Kudos
Bookmarks
Bookmark this Post
bz9
If a circle passes through points \((1, 2)\), \((2, 5)\), and \((5, 4)\), what is the diameter of the circle?

A. \(\sqrt{18}\)
B. \(\sqrt{20}\)
C. \(\sqrt{22}\)
D. \(\sqrt{26}\)
E. \(\sqrt{30}\)

Let us consider the origin is at (x,y)
so from distance formula
(x-1)^2+ (y-2)^2 =r^2 ..................................1
(x-2)^2+(y-5)^2= r^2 ..................................2
(x-5)^2+(x-4)^2 =r^2 ..................................3
on solving 1 and 2 we get x+3y =12 ..................4
on solving 1 and 3 we get 2x+ 6y=9 ..................5
now solve 4 and 5
(x,y)= (3,3) and is the center
Sqrt((3-1)^2+(3-2)^2)= sqrt( 4+ 1)= sqrt(5)= radius
Diamiter = 2*radius = 2* sqrt(5) = sqrt(20)
hence B
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,598
Own Kudos:
Posts: 38,598
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
105414 posts
Tuck School Moderator
805 posts