Last visit was: 25 Apr 2024, 14:34 It is currently 25 Apr 2024, 14:34

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
SORT BY:
Kudos
Tags:
Show Tags
Hide Tags
Retired Moderator
Joined: 22 Jun 2014
Posts: 971
Own Kudos [?]: 3803 [13]
Given Kudos: 182
Location: India
Concentration: General Management, Technology
GMAT 1: 540 Q45 V20
GPA: 2.49
WE:Information Technology (Computer Software)
Send PM
Manager
Manager
Joined: 09 Jun 2018
Posts: 170
Own Kudos [?]: 415 [1]
Given Kudos: 86
Location: United States
GMAT 1: 730 Q50 V39
GPA: 4
WE:Operations (Manufacturing)
Send PM
Manager
Manager
Joined: 09 Jun 2018
Posts: 170
Own Kudos [?]: 415 [0]
Given Kudos: 86
Location: United States
GMAT 1: 730 Q50 V39
GPA: 4
WE:Operations (Manufacturing)
Send PM
VP
VP
Joined: 09 Mar 2016
Posts: 1160
Own Kudos [?]: 1017 [0]
Given Kudos: 3851
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
HKD1710 wrote:
A computer routine was developed to generate two numbers, ( x,y), the first being a random number between 0 and 100 inclusive, and the second being less than or equal to the square root of the first. Each of the following pairs satisfies this routine EXCEPT:

(A) (99, 10)
(B) (85, 9)
(C) (50, 7)
(D) (1 , 1)
(E) (1, 0)

Project PS Butler : Question #20


Subscribe to get Daily Email - Click Here | Subscribe via RSS - RSS




the quant became like walking on clouds :lol: HKD1710 your quant posts boosted my confidence in quant :grin:

\(10^2 = 100\)

so option A is doesnt satidfy conditon
Intern
Intern
Joined: 06 Aug 2018
Affiliations: Eastern Illinois University
Posts: 4
Own Kudos [?]: 6 [0]
Given Kudos: 13
Location: United States (IL)
GMAT 1: 530 Q26 V38
GPA: 3.8
WE:Research (Education)
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
99 is slightly less than 100, which has a square root of 10. Square root of 99 is therefore less than 10, so answer is B
Intern
Intern
Joined: 06 Aug 2018
Affiliations: Eastern Illinois University
Posts: 4
Own Kudos [?]: 6 [1]
Given Kudos: 13
Location: United States (IL)
GMAT 1: 530 Q26 V38
GPA: 3.8
WE:Research (Education)
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
Whoops, yeah I meant to write A I swear! :roll:
Manager
Manager
Joined: 30 Oct 2018
Posts: 53
Own Kudos [?]: 14 [0]
Given Kudos: 84
Location: India
Concentration: General Management, Entrepreneurship
Schools: IE '22 (A)
WE:Information Technology (Computer Software)
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
A computer routine was developed to generate two numbers, ( x,y), the first being a random number between 0 and 100 inclusive, and the second being less than or equal to the square root of the first. Each of the following pairs satisfies this routine EXCEPT:

(A) (99, 10)
(B) (85, 9)
(C) (50, 7)
(D) (1 , 1)
(E) (1, 0)

Sol-
A doesnt satisfy one of the conditions mentioned
10^2 is not 100.
Ans- (A)
Intern
Intern
Joined: 30 Dec 2018
Posts: 23
Own Kudos [?]: 10 [0]
Given Kudos: 30
Concentration: International Business, Marketing
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
I need help as when i read the question , the second should be less than or equal to square of first.

so if its (X,Y) then y<=X2???
Director
Director
Joined: 09 Mar 2018
Posts: 783
Own Kudos [?]: 453 [0]
Given Kudos: 123
Location: India
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
Ana4001 wrote:
I need help as when i read the question , the second should be less than or equal to square of first.

so if its (X,Y) then y<=X2???


Hi Ana4001

It is "second being less than or equal to the square root of the first", i suppose you missed out on the bold part

it means y <= \(\sqrt{x}\)
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18761
Own Kudos [?]: 22052 [0]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
Expert Reply
HKD1710 wrote:
A computer routine was developed to generate two numbers, ( x,y), the first being a random number between 0 and 100 inclusive, and the second being less than or equal to the square root of the first. Each of the following pairs satisfies this routine EXCEPT:

(A) (99, 10)
(B) (85, 9)
(C) (50, 7)
(D) (1 , 1)
(E) (1, 0)


Looking at the answer choices, we see that since √100 = 10, square root of 99 is less than 10, so (99,10) cannot be the pair of numbers chosen.

Answer: A
GMAT Club Legend
GMAT Club Legend
Joined: 03 Oct 2013
Affiliations: CrackVerbal
Posts: 4946
Own Kudos [?]: 7627 [0]
Given Kudos: 215
Location: India
Send PM
Re: A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
Top Contributor
Check by squaring the second numbers of the options

A. 10^2 = 100 (so this is where we can say for certain that the second number is not less than or equal to the square root of the first (99))

B.(85,9)- 9^2 = 81. Eliminate. So square root of 85 is > 9 or second number 9 is less than first number 85.

C.(50,7)- 7^2 = 49. Eliminate

D.(1,1) - 1^2 =1 .Eliminate

E. (1,0) - 1^2 =1 which is >0 and hence eliminate.

(option a)

D.S
GMAT SME
Director
Director
Joined: 07 Jan 2022
Posts: 608
Own Kudos [?]: 445 [0]
Given Kudos: 725
Schools: NUS '25 (A)
GMAT 1: 740 Q51 V38
GPA: 4
Send PM
A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
HKD1710 wrote:
A computer routine was developed to generate two numbers, ( x,y), the first being a random number between 0 and 100 inclusive, and the second being less than or equal to the square root of the first. Each of the following pairs satisfies this routine EXCEPT:

(A) (99, 10)
(B) (85, 9)
(C) (50, 7)
(D) (1 , 1)
(E) (1, 0)

Project PS Butler : Question #20


Subscribe to get Daily Email - Click Here | Subscribe via RSS - RSS


Since 10 > \(\sqrt{99}\), statement A is a violation of the given rule.
We can check all other options satisfy the given rule.
Hence, A.
GMAT Club Bot
A computer routine was developed to generate two numbers, ( x,y), the [#permalink]
Moderators:
Math Expert
92915 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne