easy question. please help

This topic has expert replies
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 35
Joined: Mon Jun 23, 2008 1:41 pm
Thanked: 2 times

by mayur00 » Thu Sep 25, 2008 8:58 am
convert everything to powers of 2 and 3

so the expression becomes:(2^6x3^3x2^4)/(2^10x3) which simplifies to 3^2 or 9

Master | Next Rank: 500 Posts
Posts: 132
Joined: Fri Sep 05, 2008 10:19 pm
Location: Bangladesh
Thanked: 1 times

by rabab » Thu Sep 25, 2008 9:12 am
It's pretty simple.

8^2 x 3^3 x 2^4 = 2^6 * 2^4* 3^3 = 2^10 * 3^3 -- i
and 96^2 = (2^5 * 3) whole sq.--- ii

dividing i by ii

2^ 10 * 3^3
--------------- = 3^1 = 3
2^10 * 3^2

Hope it helps.