Question 1208781
<pre>

{{{

matrix(1,4,

9.129,"x",10^(-3),grams)

/

matrix(1,4,1.79,"x",10^(-22),grams)

}}}


{{{matrix(1,3,

(9.129^""/1.79^""),"x",(10^(-3)/10^(-22)))}}}

Divide and bring the negative exponent to the top and make it positive:

{{{matrix(1,3,

5.10,"x",(10^(-3)*10^22)))}}}

Combine the exponents

{{{matrix(1,3,5.1,"x",10^19)}}}

Edwin</pre>