how do you divide 1.0 divided by 0.02

http://www.google.com/webhp?source=search_app#hl=en&tbo=d&sclient=psy-ab&q=+1.0+divided+by+0.02&oq=+1.0+divided+by+0.02&gs_l=serp.3...167171.168157.0.168797.2.2.0.0.0.0.112.198.1j1.2.0.les%3Bcqn%2Ccconf%3D1-2%2Cmin_length%3D2%2Crate_low%3D0-035%2Crate_high%3D0-035%2Csecond_pass%3Dfalse%2Cnum_suggestions%3D2%2Cignore_bad_origquery%3Dtrue%2Conetoken%3Dfalse..0.0...1c.1.VqXAHUujg9A&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=50f50545cca20fd0&bpcl=38897761&biw=711&bih=453

easy way: use a calculator

or:
100/100 divided by 2/100
is the same as 100 divided by 2 = 50

or:
shift the decimal point two places before dividing:

1.00/0.02 = 100.0/2.0 = 50

To divide 1.0 by 0.02, you can use long division. Here's how you can do it:

Step 1: Write down the dividend (the number being divided), which is 1.0, and the divisor (the number you're dividing by), which is 0.02.
```
______
0.02 ) 1.0
```

Step 2: Since the divisor (0.02) consists of two decimal places, you need to multiply both the dividend and the divisor by 100 to remove the decimals. This will give you whole numbers to work with.
```
_______
2.0 | 100
```

Step 3: Divide 100 by 2.0. The result is 50.
```
_______
2.0 | 100
-100
-----
0
```

Step 4: The quotient is the result of the division, which is 50. Therefore, 1.0 divided by 0.02 equals 50.

In summary, to divide 1.0 by 0.02, you need to multiply both numbers by 100 to remove the decimal places, then perform the long division to find the quotient.