Last visit was: 23 Apr 2026, 09:05 It is currently 23 Apr 2026, 09:05
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:
261
 [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: 261
 [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: 23 Apr 2026
Posts: 109,779
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,779
Kudos: 810,802
 [14]
10
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
User avatar
cyberjadugar
Joined: 29 Mar 2012
Last visit: 01 Apr 2026
Posts: 264
Own Kudos:
1,814
 [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: 264
Kudos: 1,814
 [5]
4
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
User avatar
cyberjadugar
Joined: 29 Mar 2012
Last visit: 01 Apr 2026
Posts: 264
Own Kudos:
1,814
 [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: 264
Kudos: 1,814
 [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 15307 times ]

User avatar
Observer
Joined: 30 May 2012
Last visit: 03 Feb 2021
Posts: 13
Own Kudos:
17
 [1]
Concentration: Finance, Strategy
GMAT 1: 730 Q49 V41
GPA: 3.39
GMAT 1: 730 Q49 V41
Posts: 13
Kudos: 17
 [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: 89
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: 503
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: 943
Own Kudos:
Given Kudos: 309
Posts: 943
Kudos: 214
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,965
Own Kudos:
Posts: 38,965
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109779 posts
498 posts
212 posts