Last visit was: 25 Apr 2024, 04:27 It is currently 25 Apr 2024, 04:27

Close

GRE Prep 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 GRE 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
Director
Director
Joined: 16 May 2014
Posts: 592
Own Kudos [?]: 1965 [5]
Given Kudos: 0
GRE 1: Q165 V161
Send PM
avatar
Intern
Intern
Joined: 26 Jan 2018
Posts: 5
Own Kudos [?]: 0 [0]
Given Kudos: 0
Send PM
Retired Moderator
Joined: 07 Jan 2018
Posts: 739
Own Kudos [?]: 1373 [3]
Given Kudos: 93
Send PM
avatar
Intern
Intern
Joined: 07 Oct 2017
Posts: 30
Own Kudos [?]: 6 [0]
Given Kudos: 0
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
Great Job!!!
avatar
Intern
Intern
Joined: 24 Dec 2017
Posts: 1
Own Kudos [?]: 0 [0]
Given Kudos: 0
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
C : 360/7
avatar
Manager
Manager
Joined: 15 Feb 2018
Posts: 53
Own Kudos [?]: 34 [0]
Given Kudos: 0
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
From home to work: 45 = t1*d
From work to home: 60 = t2*d

The distance d is the same for both trips, and also t1 + t2 = 2

So t1 = d/45 and t2 = d/60.

Substitute away t1 and t2 in the total time equation: d/45 + d/60 = 2.

Now solving for d: (60d + 45d)/2700 = 2 --> 105*d = 5,400 --> d = 360/7.
avatar
Manager
Manager
Joined: 26 Jan 2018
Posts: 189
Own Kudos [?]: 165 [0]
Given Kudos: 0
GRE 1: Q165 V156
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
speed = distance/ time

We will get 2 equation for 1. To office and 2. Back from office.

Solving for 2 variables from 2 equations gives the answer.
avatar
Intern
Intern
Joined: 10 Jun 2018
Posts: 32
Own Kudos [?]: 40 [1]
Given Kudos: 0
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
1
Bookmarks
the equation is x/45 + x/60 = 2 ==> x = 360/7

where X is the distance between home and office.
Answer -option C
Target Test Prep Representative
Joined: 12 Sep 2018
Status:Founder & CEO, Target Test Prep
Affiliations: Target Test Prep
Posts: 1179
Own Kudos [?]: 5265 [0]
Given Kudos: 5
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
2
Expert Reply
soumya1989 wrote:
David drove to work at an average (arithmetic mean) speed of 45 miles per hour. After work, David drove home at an average speed of 60 miles per hour. If David spent a total of 2 hours commuting to and from work, how many miles does David drive to work?

A)48
B)\(\frac{256}{5}\)
C)\(\frac{360}{7}\)
D)\(\frac{105}{2}\)
E)\(\frac{160}{3}\)


We can let d = the distance each way and create the equation for time:

d/45 + d/60 = 2

Multiplying by 180, we have:

4d + 3d = 360

7d = 360

d = 360/7

Answer: C
Retired Moderator
Joined: 10 Apr 2015
Posts: 6218
Own Kudos [?]: 11681 [0]
Given Kudos: 136
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
soumya1989 wrote:
David drove to work at an average (arithmetic mean) speed of 45 miles per hour. After work, David drove home at an average speed of 60 miles per hour. If David spent a total of 2 hours commuting to and from work, how many miles does David drive to work?

A)48
B)\(\frac{256}{5}\)
C)\(\frac{360}{7}\)
D)\(\frac{105}{2}\)
E)\(\frac{160}{3}\)



Let's start with a "word equation"
We can write: (David's travel time TO work) + (David's travel time FROM work) = 2 hours
time = distance/speed

Let d = the distance each way

We can write: d/45 + d/60 = 2
To eliminate the fractions, multiply both sides by 180, the LCM of 45 and 60

We get: 4d + 3d = 360
Simplify: 7d = 360
Solve: d = 360/7

Answer: C

Cheers,
Brent
Manager
Manager
Joined: 11 Jan 2022
Posts: 72
Own Kudos [?]: 10 [0]
Given Kudos: 437
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
I did D/2 = 45 + 60( equating speed) but got a different answer, what's wrong with this approach?

GreenlightTestPrep wrote:
soumya1989 wrote:
David drove to work at an average (arithmetic mean) speed of 45 miles per hour. After work, David drove home at an average speed of 60 miles per hour. If David spent a total of 2 hours commuting to and from work, how many miles does David drive to work?

A)48
B)\(\frac{256}{5}\)
C)\(\frac{360}{7}\)
D)\(\frac{105}{2}\)
E)\(\frac{160}{3}\)



Let's start with a "word equation"
We can write: (David's travel time TO work) + (David's travel time FROM work) = 2 hours
time = distance/speed

Let d = the distance each way

We can write: d/45 + d/60 = 2
To eliminate the fractions, multiply both sides by 180, the LCM of 45 and 60

We get: 4d + 3d = 360
Simplify: 7d = 360
Solve: d = 360/7

Answer: C

Cheers,
Brent
Retired Moderator
Joined: 10 Apr 2015
Posts: 6218
Own Kudos [?]: 11681 [0]
Given Kudos: 136
Send PM
Re: GRE Math Challenge #7-David drove to work at an average [#permalink]
Chaithraln2499 wrote:
I did D/2 = 45 + 60( equating speed) but got a different answer, what's wrong with this approach?


d/2 = David's average speed for the entire trip.
Conversely, 45 + 60 is the SUM of his speeds driving to and from work.
So, you are not equating to equivalent values.
Prep Club for GRE Bot
[#permalink]
Moderators:
Moderator
1085 posts
GRE Instructor
218 posts

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