document.write( "Question 876676: 8 x 10 to the 11th power - 6 X 10 to the 10th power \n" ); document.write( "
Algebra.Com's Answer #528944 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
8 x 10 to the 11th power - 6 X 10 to the 10th power
\n" ); document.write( "--------
\n" ); document.write( "Use * for multiply, x has other uses
\n" ); document.write( "Use ^ (Shift 6) for exponents
\n" ); document.write( "8*10^11 - 6*10^10
\n" ); document.write( "Or
\n" ); document.write( "8e11 - 6e10
\n" ); document.write( "The exponents have to match to add or subtract.
\n" ); document.write( "= 8e11 - 0.6e11
\n" ); document.write( "= 7.4e11
\n" ); document.write( "= \"7.4%2A10%5E11\"
\n" ); document.write( "
\n" );