var index1=Math.round(Math.random()*(3-1))+1;
var question1=new Array(3);
var truevalue1=new Array(3);
	
question1[0]='<IMG SRC="/wps/media/objects/602/616516/mathtutorial/prob2.gif" WIDTH="82" HEIGHT="60" BORDER="0">';
truevalue1[0]='3.94';

question1[1]='<IMG SRC="/wps/media/objects/602/616516/mathtutorial/prob2.gif" WIDTH="82" HEIGHT="60" BORDER="0">';
truevalue1[1]='273.0';

question1[2]='<IMG SRC="/wps/media/objects/602/616516/mathtutorial/prob3.gif" WIDTH="85" HEIGHT="73" BORDER="0">';
truevalue1[2]='269';

question1[3]='<IMG SRC="/wps/media/objects/602/616516/mathtutorial/prob4.gif" WIDTH="78" HEIGHT="58" BORDER="0">';
truevalue1[3]='15,900';

window.document.write('<CENTER><H2><B>Significant Figures and Calculations</B></H2></CENTER><BR><HR><BR><P ALIGN="LEFT"><FONT SIZE=+2>A. Addition and Subtraction:</FONT><BR>When numbers are added and/or subtracted, the answer is rounded off to the <B><FONT COLOR="#0000FF">decimal place</FONT></B> that has the greatest uncertainty.</P><P ALIGN="LEFT">For example, let&acute;s add the following numbers, and then round off the answer appropriately.</P><P ALIGN="CENTER">296.65 + 56.8 + 9.5508 = ?</P><P ALIGN="LEFT">What are the uncertainties of these measurements?  The uncertainty is always found in the last significant digit of the measurement.  Therefore, the uncertainties are:</P><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" WIDTH="75%"><TR><TD ALIGN="CENTER">296.65  ±  0.01</TD><TD ALIGN="CENTER">56.8  ±  0.1</TD><TD ALIGN="CENTER">9.5508  ±  0.0001</TD></TR></TABLE><P ALIGN="LEFT">Thus, the answer must be rounded off to the <FONT COLOR="#0000FF">tenths</FONT> place.  This can also be seen if the numbers are placed in column form.</P><CENTER><IMG SRC="/wps/media/objects/602/616516/mathtutorial/prob1.gif" WIDTH="119" HEIGHT="73" BORDER="0"></CENTER><P ALIGN="LEFT">Let&acute;s try a few more examples.  Type in the rounded off answer.</P><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER"><TR><TD WIDTH="87" ALIGN=CENTER valign=bottom>' + question1[index1] +'</TD><TD WIDTH="122" ALIGN=CENTER valign=bottom><INPUT TYPE="TEXT" SIZE="20" NAME="question1"></TD></TR></TABLE>');

var index2=Math.round(Math.random()*(3-1))+1;
var question2=new Array(3);
var truevalue2=new Array(3);
	
question2[0]='<TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" WIDTH="75%"><TR><TD ALIGN="CENTER">24.76 x 21.0 = <INPUT TYPE="TEXT" SIZE="30" NAME="question2"></TD></TR></TABLE>';
truevalue2[0]='520';

question2[1]='<TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" WIDTH="75%"><TR><TD ALIGN="CENTER">24.76 x 21.0 = <INPUT TYPE="TEXT" SIZE="30" NAME="question2"></TD></TR></TABLE>';
truevalue2[1]='520';

question2[2]='<TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" WIDTH="75%"><TR><TD ALIGN="CENTER"><TABLE CELLSPACING="0" CELLPADDING="0"><TR><TD WIDTH="38" ALIGN=CENTER>163.00</TD><TD WIDTH="21" ALIGN=CENTER>&nbsp;</TD></TR><TR><TD ALIGN=CENTER><HR NOSHADE></TD><TD ALIGN=CENTER>=</TD></TR><TR><TD ALIGN=CENTER>0.273</TD><TD ALIGN=CENTER>&nbsp;</TD></TR></TABLE><INPUT TYPE="TEXT" SIZE="30" NAME="question2"></TD></TR></TABLE>';
truevalue2[2]='9,600';

question2[3]='<TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER" WIDTH="75%"><TR><TD ALIGN="CENTER"><TABLE CELLSPACING="0" CELLPADDING="0"><TR><TD WIDTH="38" ALIGN=CENTER>9.200</TD><TD WIDTH="21" ALIGN=CENTER>&nbsp;</TD></TR><TR><TD ALIGN=CENTER><HR NOSHADE></TD><TD ALIGN=CENTER>=</TD></TR><TR><TD ALIGN=CENTER>1,431.8</TD><TD ALIGN=CENTER>&nbsp;</TD></TR></TABLE><INPUT TYPE="TEXT" SIZE="30" NAME="question2"></TD></TR></TABLE>';
truevalue2[3]='9,600';

window.document.write('<P ALIGN="LEFT"><FONT SIZE=+2>B. Multiplication and Division:</FONT><BR>When numbers are multiplied and/or divided, the number of significant figures in the answer is equal to <B>the smallest number of significant figures</B> in any of the measurements.</P><P ALIGN="LEFT">Let&acute;s multiply together two numbers and see how to round off the answer that is produced by the calculator.</P><P ALIGN="CENTER">1,539.0 x 456.0 = ?</P><P ALIGN="LEFT">When these numbers are entered into the calculator, the result is 701,784.</P><P ALIGN="CENTER">1,539.0   x   456.0   =   701,784</P><P ALIGN="LEFT">Now determine how many significant figures are in the two numbers that are multiplied together.</P><P ALIGN="CENTER">1,539.0 x 456.0 = 701,784<BR><IMG SRC="/wps/media/objects/602/616516/mathtutorial/numbers.gif" WIDTH="60" HEIGHT="20" BORDER="0"><P ALIGN="LEFT">Thus, the answer can contain no more than <B><FONT COLOR="#0000FF">four</FONT></B> significant figures.</P><P ALIGN="CENTER">1,539.0 x 456.0 = 701,784 <IMG SRC="/wps/media/objects/602/616516/mathtutorial/about.gif" WIDTH="9" HEIGHT="8" BORDER="0">	701,800</P><P ALIGN="LEFT">Notice that several zeros are added in order to maintain the same magnitude of the number.</P><P ALIGN="LEFT">Let&acute;s try another example.</P>' + question2[index2]);
