PS- map sell problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 46
Joined: Mon Aug 25, 2008 9:06 am
Thanked: 1 times

PS- map sell problem

by madsport » Sun Sep 14, 2008 5:26 pm
A certain store sells all maps at one price and all books at another price. On Monday the store sold 12 maps and 10 books for a total of $38.00, and on Tuesday the store sold 20 maps and 15 books for a total of $60.00. At this store, how much less does a map sell for than a book?

(A) $0.25
(B) $0.50
(C) $0.75
(D) $1.00
(E) $1.25

The answer is B

Can someone post a quick way of solving this problem?

Legendary Member
Posts: 708
Joined: Sun Jun 01, 2008 4:59 am
Location: USA
Thanked: 13 times
Followed by:1 members

by niraj_a » Sun Sep 14, 2008 5:36 pm
i used simultaneous equations and was able to solve this under 2 mins.....

Senior | Next Rank: 100 Posts
Posts: 46
Joined: Mon Aug 25, 2008 9:06 am
Thanked: 1 times

by madsport » Sun Sep 14, 2008 5:39 pm
I would love to see the steps taken to solve this one.

Legendary Member
Posts: 2467
Joined: Thu Aug 28, 2008 6:14 pm
Thanked: 331 times
Followed by:11 members

by cramya » Sun Sep 14, 2008 5:49 pm
Hi Madsport,


Let x be the price of the map and y be the price of the book.

12x+10y = 38 Eq 1
20x+15y = 60 Eq 2

Divide Eq1 by 2 to reduce it further and Eq2 by 5

6x+5y = 19
4x+3y = 12

Solve we get y = 2 x = 3/2 = 1.5

There y-x is .50. The map sells for $0.50 less than a book

Master | Next Rank: 500 Posts
Posts: 105
Joined: Sat May 17, 2008 8:12 pm
Thanked: 6 times

by gmataug08 » Sun Sep 14, 2008 6:01 pm
two equations formed would be

12m + 10b = 38

20m + 15b = 60 ->(dividing by 5) -> 4m + 3b = 12 ->(multiplying by 3, we get ) -> 12m + 9b = 36

solving the two equations 12m + 10b = 38 & 12m + 9b = 36

we get b= 2 ; on substituting we get m = 3/2 -> 1.5

hence the answer is B .

Junior | Next Rank: 30 Posts
Posts: 17
Joined: Sun Sep 14, 2008 1:19 pm
Thanked: 4 times

by alescau » Sun Sep 14, 2008 6:01 pm
cramya wrote: 12x+10y = 38 Eq 1
20x+15y = 60 Eq 2
a step for speed would be to multiply Eq 1 by 1.5 and then subtract Eq 2 to eliminate y.

Master | Next Rank: 500 Posts
Posts: 122
Joined: Mon Sep 22, 2008 5:11 pm
Thanked: 1 times

by abcdefg » Wed Jul 15, 2009 8:50 am
I have these two equations:

1. 6x+5y=19
2. 4x+3y=12.

A. Steps 1-2 = 2x+2y = 7.
B. 2(x+y) = 7.
C. (x+y) = 7/2 = 3.5
D. I just randomly picked x = 1, y = 2.5.
E. 2.5 - 1 = 1.5. But that's not the answer!

Can someone help point out what I did wrong? thanks.