answersLogoWhite

0


Best Answer

Hi, If the base raised to a power is the same (here they are both 10) then you mulitply the two numbers in front of the power i.e. 1.92 x 3.2 = 6.144 and then you add the powers i.e 10 to the power 6 x 10 to the power 11 = 10 to the power 6 + 11 = 10 to the power 17 or 10E+17 in scientific notation. Then you write them both next to each other i.e the answer is 6.144 x 10 to the power 17 or 6.144 E+17 see link below for a good explanation: http://www.regentsprep.org/Regents/Math/polymult/rule_pmu.htm

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 1.92 x 10to the power of 6 X 3.2 x 10 to the power OS -11?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Where will be Unified cyber olympiad second level exam held?

It will be held in madhapur, hyderabad (they said for me so) on 28/11/10(sunday).


Why electric power generate at 11 kv?

In the UK, 11-kV power lines are part of the distributionsystem, not the transmission system. The system is split as follows:transmission-system voltages: 400 kV, 275 kV, and 132 kV.primary-distribution system voltages: 66 kV and 33 kV.secondary-distribution system voltages: 11 kV and 400/230 V


What if you have two modes?

Technically there is no such thing as "no mode". If there is more than one mode in a set of numbers, you list out all the modes. For example in the list of numbers: 11, 15, 11, 10, 9, 8, 8, 6, 5, 4, 6 11, 8, and 6 would be the modes.


What is 11 in hexadecimal?

decimal-hexadecimal 0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-A 11-B 12-C 13-D 14-E 15-F So your answer is 'B'.


How do you learn binary code?

Binary, itself, is rather simple. However it is only a numeric system. Turning it into letters, data, etc. is a much more complex task, and there are many, many ways to do so. Binary represents a numerical system. We use a base '10' system. 10 numbers represented by each field. IE, the one's place, ten's place, hundred's place. Each is a multiple of 10 (10x1 = 10's place, 10x10 = hundred's place, 10x100 = thousand's place). Binary works the same way, but with only two integers per field. 0 = 0 1 = 1 10 = 2 11 = 3 100 = 4 101 = 5 110 = 6 111 = 7 1000 = 8 1001 = 9 1010 = 10 1011 = 11 1100 = 12 1101 = 13 1110 = 14 1111 = 15 10000 = 16 100000 = 32 1000000 = 64 10000000 = 128 100000000 = 256 1000000000 = 512 10000000000 = 1024 100000000000 = 2048 1000000000000 = 4096 etc.etc.etc