Find all School-related info fast with the new School-Specific MBA Forum

It is currently 18 Jun 2013, 14:09
Customize  |  Hide

Very Very Basic Math Question

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Director
Director
Joined: 01 May 2007
Posts: 809
Followers: 1

Kudos [?]: 37 [0], given: 0

GMAT Tests User
Very Very Basic Math Question [#permalink] New post 11 Jun 2007, 07:04
Hi All,

I have a very basic math question I was hoping all could answer.

According to the ManhattanGMAT Number Properties guide the following is true:

(3^3)(5^3) = 15^3

Basically, when multiplying expressions with the same exp, multiple the bases first. Ok, so please explain this:

(r^3)(r^3)=?

That should equal r^6, but according to ManhattanGMAT rules wouldn't it be r^3 (incorrect)?

Thanks.
Kaplan Promo CodeKnewton GMAT Discount CodesVeritas Prep GMAT Discount Codes
SVP
SVP
User avatar
Joined: 01 May 2006
Posts: 1837
Followers: 8

Kudos [?]: 73 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:19
The reasonning is correct:

o (3^3)(5^3)
= (5*3)^3
= (15)^3

o (r^3)(r^3)
= (r*r)^3
= (r^2)^3
= r^(2*3)
= r^6

Hope that helps :)
VP
VP
User avatar
Joined: 08 Jun 2005
Posts: 1171
Followers: 5

Kudos [?]: 80 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:27
(r^3)(r^3)= r*r*r*r*r*r = r^6 -

I can't see how you can get r^3

:?

Last edited by KillerSquirrel on 11 Jun 2007, 07:28, edited 1 time in total.
Director
Director
Joined: 01 May 2007
Posts: 809
Followers: 1

Kudos [?]: 37 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:27
Please explain this problem then:

{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))

I first divide the fraction and then multiple getting:
m^9 * p^8 * r^3 (r^3 since doing it this way we have like r terms and exp so I keep the exp)

OA is m^9 * p^8 * r^6, because they multiplied first and then divided. Please explain why we get different answers based on how the questions is solved.
VP
VP
User avatar
Joined: 08 Jun 2005
Posts: 1171
Followers: 5

Kudos [?]: 80 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:33
jimmyjamesdonkey wrote:
Please explain this problem then:

{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))

I first divide the fraction and then multiple getting:
m^9 * p^8 * r^3 (r^3 since doing it this way we have like r terms and exp so I keep the exp)

OA is m^9 * p^8 * r^6, because they multiplied first and then divided. Please explain why we get different answers based on how the questions is solved.


{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4)) =

(m^5)(p^6)(r^3) * (p^2)(r^3)(m^4)=

(m^9)(p^8)(r^6)

since m^2/m = m*m/m = m

and since r^3*r^2 = r*r*r*r*r = r^5

:-D
Director
Director
Joined: 01 May 2007
Posts: 809
Followers: 1

Kudos [?]: 37 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:38
I guess there is two rules going on at the same time!

Rule 1: When multiplying expressions with the same base, ADD the exp first.
Rule 2: When multiplying expression with the same exp, multiply bases first.

In this case r3 * r3 we have BOTH the same base and same exponent! So I guess when that happens, we add the exponents (like the rule says "first", duh) :)

FYI...I knew how to do this with no prob BEFORE reading the prep book and confusing me :)
Director
Director
User avatar
Joined: 30 Nov 2006
Posts: 597
Location: Kuwait
Followers: 8

Kudos [?]: 115 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:42
To answer this question, you may use the following algebric property:

x^y/x^m = x^y . x^-m = x^(y-m)

use this for simplifying the early experession between the square brackets, and then simply multiply the variables [ by summing the exponents ] to arrive at the correct OA answer you provided. If you need me to show you the arithmatic in details, I'll more than glad to do so.
VP
VP
User avatar
Joined: 08 Jun 2005
Posts: 1171
Followers: 5

Kudos [?]: 80 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:44
jimmyjamesdonkey wrote:
I guess there is two rules going on at the same time!

Rule 1: When multiplying expressions with the same base, ADD the exp first.
Rule 2: When multiplying expression with the same exp, multiply bases first.

In this case r3 * r3 we have BOTH the same base and same exponent! So I guess when that happens, we add the exponents (like the rule says "first", duh) :)

FYI...I knew how to do this with no prob BEFORE reading the prep book and confusing me :)


If you get confuse - think about this:

r^3*r^3 = r*r*r*r*r*r = r^6 meaning - rule one

r^3*m^3 = r*r*r*m*m*m = (r*m)*(r*m)*(r*m) = (r*m)^3 meaning rule 2

:-D
SVP
SVP
User avatar
Joined: 01 May 2006
Posts: 1837
Followers: 8

Kudos [?]: 73 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:45
jimmyjamesdonkey wrote:
I guess there is two rules going on at the same time!

Rule 1: When multiplying expressions with the same base, ADD the exp first.
Rule 2: When multiplying expression with the same exp, multiply bases first.

In this case r3 * r3 we have BOTH the same base and same exponent! So I guess when that happens, we add the exponents (like the rule says "first", duh) :)

FYI...I knew how to do this with no prob BEFORE reading the prep book and confusing me :)


The bold is right but u could have the different way to make it as the one used by MGMAT....

(r^2)^3 = r^(2*3) = r^(3*2) = (r^3)^2 = r^6

It's important to keep in mind that both exist :)... It's sometimes tested ;)
SVP
SVP
User avatar
Joined: 01 May 2006
Posts: 1837
Followers: 8

Kudos [?]: 73 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:50
jimmyjamesdonkey wrote:
Please explain this problem then:

{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))

I first divide the fraction and then multiple getting:
m^9 * p^8 * r^3 (r^3 since doing it this way we have like r terms and exp so I keep the exp)

OA is m^9 * p^8 * r^6, because they multiplied first and then divided. Please explain why we get different answers based on how the questions is solved.


{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))
= m^a * p^b * r^c

Where u count for a, b and c :
o plus an exponent if in the numerator
o minus an exponent if in the denominator

So,
o a = 8 - 3 + 4 = 9
o b = 7 - 1 + 2 = 8
o c = 12 - 9 + 3 = 6
VP
VP
User avatar
Joined: 08 Jun 2005
Posts: 1171
Followers: 5

Kudos [?]: 80 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:52
Fig wrote:
jimmyjamesdonkey wrote:
Please explain this problem then:

{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))

I first divide the fraction and then multiple getting:
m^9 * p^8 * r^3 (r^3 since doing it this way we have like r terms and exp so I keep the exp)

OA is m^9 * p^8 * r^6, because they multiplied first and then divided. Please explain why we get different answers based on how the questions is solved.


{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))
= m^a * p^b * r^c

Where u count for a, b and c :
o plus an exponent if in the numerator
o minus an exponent if in the denominator

So,
o a = 8 - 3 + 4 = 9
o b = 7 - 1 + 2 = 8
o c = 12 - 9 + 3 = 6


good explanation - Fig

:)
SVP
SVP
User avatar
Joined: 01 May 2006
Posts: 1837
Followers: 8

Kudos [?]: 73 [0], given: 0

GMAT Tests User
 [#permalink] New post 11 Jun 2007, 07:59
KillerSquirrel wrote:
Fig wrote:
jimmyjamesdonkey wrote:
Please explain this problem then:

{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))

I first divide the fraction and then multiple getting:
m^9 * p^8 * r^3 (r^3 since doing it this way we have like r terms and exp so I keep the exp)

OA is m^9 * p^8 * r^6, because they multiplied first and then divided. Please explain why we get different answers based on how the questions is solved.


{ ( (m^8)(p^7)(r^12) ) / ( (m^3)(r^9)(p) ) } * ((p^2)(r^3)(m^4))
= m^a * p^b * r^c

Where u count for a, b and c :
o plus an exponent if in the numerator
o minus an exponent if in the denominator

So,
o a = 8 - 3 + 4 = 9
o b = 7 - 1 + 2 = 8
o c = 12 - 9 + 3 = 6


good explanation - Fig

:)


Thanks :)
  [#permalink] 11 Jun 2007, 07:59
    Similar topics Author Replies Last post
Similar
Topics:
Popular new posts 45 Experts publish their posts in the topic I'm going to make a sticky thread where the very very basic HongHu 126 03 Mar 2005, 12:15
New posts Very Poor Math Performance chicagocubsrule 8 13 Nov 2008, 15:09
New posts A very difficult math Jasonammex 5 23 Aug 2011, 18:09
New posts A very very difficult math Jasonammex 3 24 Aug 2011, 02:02
New posts 1 Experts publish their posts in the topic Some general questions in Math..Very important though!!! MohitGarg 5 15 Mar 2013, 11:02
Display posts from previous: Sort by

Very Very Basic Math Question

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.