Cifras Significativas
Author:
Juan Diego
Last Updated:
před 10 lety
License:
Creative Commons CC BY 4.0
Abstract:
Suma, resta, multiplicación y división.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[11pt,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish, es-tabla]{babel}
\usepackage[backend=bibtex,style=chem-acs,biblabel=dot]{biblatex}
\usepackage[version=3]{mhchem}
\usepackage[journal=jacs]{chemstyle}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{xcolor}
\usepackage[stable]{footmisc}
%Paquetes necesarios para tablas
\usepackage{longtable}
\usepackage{array}
%Paquete para el manejo de las unidades
\usepackage{siunitx}
\sisetup{output-decimal-marker = {,}, per-mode = symbol, qualifier-mode = phrase, qualifier-phrase = { de }}
\DeclareSIUnit[number-unit-product = \;] \atmosphere{atm}
\DeclareSIUnit[number-unit-product = \;] \pound{lb}
\DeclareSIUnit[number-unit-product = \;] \inch{"}
\DeclareSIUnit[number-unit-product = \;] \foot{ft}
\DeclareSIUnit[number-unit-product = \;] \yard{yd}
\DeclareSIUnit[number-unit-product = \;] \mile{mi}
\DeclareSIUnit[number-unit-product = \;] \pint{pt}
\DeclareSIUnit[number-unit-product = \;] \quart{qt}
\DeclareSIUnit[number-unit-product = \;] \flounce{fl-oz}
\DeclareSIUnit[number-unit-product = \;] \ounce{oz}
\DeclareSIUnit[number-unit-product = \;] \degreeFahrenheit{\SIUnitSymbolDegree F}
\DeclareSIUnit[number-unit-product = \;] \degreeRankine{\SIUnitSymbolDegree R}
\DeclareSIUnit[number-unit-product = \;] \usgallon{galón}
\DeclareSIUnit[number-unit-product = \;] \uma{uma}
\DeclareSIUnit[number-unit-product = \;] \ppm{ppm}
\DeclareSIUnit[number-unit-product = \;] \eqg{eq-g}
\DeclareSIUnit[number-unit-product = \;] \normal{\eqg\per\liter\of{solución}}
\DeclareSIUnit[number-unit-product = \;] \molar{\mole\per\liter}
\DeclareSIUnit[number-unit-product = \;] \molal{\mole\per\kilo\gram\of{solvente}}
\usepackage{cancel}
%Paquetes necesarios para imágenes, pies de página, etc.
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{fancyhdr}
\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}
\author{}
\title{}
\date{\today}
%\abstract{}
%\maketitle
%Paquete para incluir el archivo con la bibliografía
%\addbibresource{biblio}
%\setcounter{tocdepth}{2}
%%%%%%%%%%%%%%%%%%%%%%
%Inicio del documento%
%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\renewcommand{\CancelColor}{\color{red}}
\renewcommand{\labelitemi}{$\checkmark$}
\begin{enumerate}
\item Realice las siguientes operaciones según las cifras significativas:
a)2.34+6.345+1.00+0.009 b)92.01-2.45-0.99 c)1.45*3.33*0.001 d)25.432/2.35
\textit{Solución:}
a)2.34+6.345+1.00+0.009= 9.7
b)92.01-2.45-0.99= 88.57
c)1.45*3.33*23.32654=113
d)25.432/2.35=10.8
(Problema adaptado por Juan Diego Páez Díaz - Estudiante de I semestre de ingeriería civil - I 2014)
\end{enumerate}
\end{document}