Question 276077
I want to get it in the form
a.bc x 10^n
{{{0.0000725 = 7.25 * 10^(-5)}}}
You can get there one step at a time
{{{.000725 * 10^(-1)}}}
{{{.00725 * 10^(-2)}}}
{{{.0725 * 10^(-3)}}}
{{{.725 * 10^(-4)}}}
{{{7.25 * 10^(-5)}}}