Last visit was: 18 Nov 2025, 23:35 It is currently 18 Nov 2025, 23:35
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
manulath
Joined: 12 May 2012
Last visit: 05 May 2020
Posts: 55
Own Kudos:
259
 [29]
Given Kudos: 14
Location: India
Concentration: General Management, Operations
GMAT 1: 650 Q51 V25
GMAT 2: 730 Q50 V38
GPA: 4
WE:General Management (Transportation)
GMAT 2: 730 Q50 V38
Posts: 55
Kudos: 259
 [29]
2
Kudos
Add Kudos
27
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,367
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,367
Kudos: 778,139
 [14]
10
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
User avatar
cyberjadugar
Joined: 29 Mar 2012
Last visit: 28 May 2024
Posts: 265
Own Kudos:
1,755
 [5]
Given Kudos: 23
Location: India
GMAT 1: 640 Q50 V26
GMAT 2: 660 Q50 V28
GMAT 3: 730 Q50 V38
GMAT 3: 730 Q50 V38
Posts: 265
Kudos: 1,755
 [5]
4
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
User avatar
cyberjadugar
Joined: 29 Mar 2012
Last visit: 28 May 2024
Posts: 265
Own Kudos:
1,755
 [5]
Given Kudos: 23
Location: India
GMAT 1: 640 Q50 V26
GMAT 2: 660 Q50 V28
GMAT 3: 730 Q50 V38
GMAT 3: 730 Q50 V38
Posts: 265
Kudos: 1,755
 [5]
3
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Hi,

To check the tangency of line to a circle:
if the shortest distance from the center of the circle to the line is equal to radius then the line is tangent to circle.

center of circle\(x^2+y^2=1\) is (0,0)

For line y-kx-b=0 to be tangesnt, the shortest distance between line & (0,0) = radius = 1
or \(|(0-k*0-b)/\sqrt{1+k^2}|=1\)
or \(|b|=\sqrt{1+k^2}\)
squaring both sides,
\(b^2=1+k^2\)
so, question can be reframed as Is \(b^2-k^2=1\)?

Clearly, neither (1) nor (2) proves the above relation.

Hence, answer is (E)
(Note that for some value of b & k the line might be tangent, but using (1) or (2) we can't definitely say so)
Attachments

radius.jpg
radius.jpg [ 8.85 KiB | Viewed 14884 times ]

User avatar
Observer
Joined: 30 May 2012
Last visit: 03 Feb 2021
Posts: 13
Own Kudos:
16
 [1]
Concentration: Finance, Strategy
GMAT 1: 730 Q49 V41
GPA: 3.39
GMAT 1: 730 Q49 V41
Posts: 13
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
manulath
Is line y=kx+b tangent to circle x^2+y^2=1 ?
(1) k+b=1
(2) k^2+b^2=1

OA:
Although the other solutions are mathematically correct, I think there's an easier way than memorizing a formula.

We need to solve for k and b.

1. A single equation does not allow us to solve for two variables. Additionally, k=1, b=0 gives an answer of no and k=0, b=1 gives an answer of yes. Insufficient.
2. See 1. Insufficient.

1+2. Taken together we have:
b=1-k
b^2=1-k^2
=> b^2=(1-k)^2=1-2k+k^2=1-k^2
==> 2k^2-2k=0 => k(2k-2)=0, and therefore k=0 or k=1.
In the case of k=0, b=1. Then the equation for the line is y=1, and the answer is YES. In the case of k=1, b=0. Then the equation for the line is y=x, and the answer is NO. Insufficient.

E.
User avatar
vipulgoel
Joined: 03 May 2013
Last visit: 09 Oct 2025
Posts: 90
Own Kudos:
Given Kudos: 114
Location: India
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Alt way,

For line to be tangent at circle , by putting equation of line in equation of circle we should get real roots, I mean the D must be >/ 0

x^2 + (Kx+b)^2 =1
x^2(k^2+1) + 2kbx +(b^2-1)=0
for real roots D must be >/ 0
hence
+- 4k^2b^2 -4(k^2+1)(b^2-1) >/ 0

from either statements we cant find whether above statement is true or not , hence E

Experts please let me know if my reasoning is correct
User avatar
sinhap07
Joined: 27 Aug 2014
Last visit: 09 Oct 2018
Posts: 48
Own Kudos:
Given Kudos: 3
Posts: 48
Kudos: 30
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi

Wont the second stmt imply that we are dealing with a circle and not a line?


Bunuel
Is line \(y=kx+b\) tangent to circle \(x^2+y^2=1\)?

(1) \(k+b=1\)
(2) \(k^2+b^2=1\)

Notice that a circle represented by the equation \(x^2+y^2=1\) is centered at the origin and has the radius of \(r=\sqrt{1}=1\).

(1) \(k+b=1\) --> if \(k=0\) and \(b=1\) then the equation of the line becomes \(y=1\) and this line is tangent to the circle but if \(k=1\) and \(b=0\) then th equation of the line becomes \(y=x\) and this line is NOT tangent to the circle. Not sufficient.

(2) \(k^2+b^2=1\). The same example is valid for this statement too. Not sufficient.

(1)+(2) Again the same example satisfies both statement: if \(k=0\) and \(b=1\) then the equation of the line becomes \(y=1\) and this line is tangent to the circle but if \(k=1\) and \(b=0\) then th equation of the line becomes \(y=x\) and this line is NOT tangent to the circle. Not sufficient. Look at the diagram below to see both cases:
Attachment:
Tangent.png

Answer: E.
User avatar
rahul16singh28
Joined: 31 Jul 2017
Last visit: 09 Jun 2020
Posts: 428
Own Kudos:
Given Kudos: 752
Location: Malaysia
GPA: 3.95
WE:Consulting (Energy)
Posts: 428
Kudos: 499
Kudos
Add Kudos
Bookmarks
Bookmark this Post
manulath
Is line y = kx + b tangent to circle x^2 + y^2 = 1 ?

(1) k + b = 1
(2) k^2 + b^2 = 1

Clearly each statement is Insufficient. Now, combine the two statements. We, have
\(k^2 + b^2 + 2kb = 1\)
\(k*b = 0\). So either k = 0 or b = 0.
When \(k = 0, y =b\) (Here, b can be anything like \(\frac{1}{2}, \frac{-1}{2}, 1, -1\) etc) ---- Not Sufficient.
When \(b = 0, y = kx\) (In this case the line will pass through Origin)

Hence, E
User avatar
Crytiocanalyst
Joined: 16 Jun 2021
Last visit: 27 May 2023
Posts: 950
Own Kudos:
Given Kudos: 309
Posts: 950
Kudos: 208
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The key to solving is getting the X and y intercept correct and the equation of line
Is line y = kx + b tangent to circle x^2 + y^2 = 1

(1) k + b = 1
(kx+b)^2 +x^2 = 1
it can be tangent if (0,1) is satsisfied
it satisfies for b=1
however it might for any other value of b
Therefore insufficient

(2) k^2 + b^2 = 1
let us assume the above case for b=1 it satisfies
however b=0 and k=1
it passes through origin and doesn't hold as tangent

even combined 1 and 2
it doesn't satisfy since the above values can be sustituted
therefore IMO E
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,583
Own Kudos:
Posts: 38,583
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
105368 posts
496 posts