Wednesday, 30 September 2015
LONG DIVISION CALCULATOR CODE


-----------------------------------------------------------------------------------------------------------------
COPY AND PASTE BELOW CODE IN POST HTML SECTION
-----------------------------------------------------------------------------------------------------------------
<html>
<head>
<style type="text/css">
.CalcTable {
padding: 4px 6px;
border: solid #ddd 1px;
border-collapse: collapse
}
.CalcTitleCell {
background-color: transparent;
color: #1d487e;
font-family: Verdana, Arial, sans-serif;
font-size: 130%;
font-weight: bold;
text-align: center;
height: 30px
}
.CalcInstructCell {
padding: 5px;
border-bottom: solid #ddd 1px
}
.CalcRowTitleCell {
background-color: #ccc;
color: #1d487e;
font-family: Verdana, Arial, sans-serif;
font-size: 85%;
font-weight: bold;
text-align: left;
border: solid #ddd 1px
}
.CalcColCell {
background-color: #1d487e;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: center;
border: solid #ddd 1px
}
.CalcColCellLeft {
background-color: #1d487e;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: left;
padding-left: 5px;
border: solid #ddd 1px
}
.CalcColCellRight {
background-color: #1d487e;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: right;
border: solid #ddd 1px
}
.CalcRowOdd {
background-color: #eee
}
.CalcRowEven {
background-color: #fff
}
.CalcInDescCell {
padding-left: 5px;
padding-right: 5px
}
.CalcOutDescCell {
text-align: left
}
.CalcInFldCell {
text-align: right;
padding-right: 5px;
font-size: 8pt
}
.CalcOutFldCell {
text-align: right;
padding-right: 5px;
border-left: solid #ddd 1px;
border-right: solid #ddd 1px;
font-size: 8pt
}
.CalcInFld {
font-size: 8pt
}
.CalcInFldFix {
font-size: 8pt
}
.CalcSelectFix {
font-size: 8pt
}
.CalcOutFldOddFix {
border: medium none;
background-color: #eee;
font-weight: normal;
text-align: right;
font-size: 8pt
}
.CalcOutFldEvenFix {
border: medium none;
background-color: #fff;
font-weight: normal;
text-align: right;
font-size: 8pt
}
.CalcOutFldOdd {
border: medium none;
background-color: #eee;
font-weight: normal;
text-align: right;
font-size: 8pt
}
.CalcOutFldEven {
border: medium none;
background-color: #fff;
font-weight: normal;
text-align: right;
font-size: 8pt
}
.CalcOutFldBoldOdd {
border: medium none;
background-color: #eee;
font-weight: bold;
text-align: right;
font-size: 8pt
}
.CalcOutFldBoldEven {
border: medium none;
background-color: #fff;
font-weight: bold;
text-align: right;
font-size: 8pt
}
.CalcButtonCell {
text-align: center;
border: solid #ddd 1px
}
.CalcButton {}.CalcSummaryCell {
padding-left: 5px;
padding-right: 5px;
background-color: #fff;
border: solid #ddd 1px
}
.ChartTable {
border-collapse: collapse
}
.ChartBody {}.ChartColHead1 {
background-color: #1d487e;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-align: center;
border: solid #ccc 1px
}
.ChartColHead1Small {
background-color: #1d487e;
color: #fff;
font-family: Arial, sans-serif;
font-size: 80%;
font-weight: bold;
text-align: center;
border: solid #ccc 1px
}
.ChartColHead2 {
background-color: #ccc;
color: #1d487e;
font-family: Verdana, Arial, sans-serif;
font-size: 85%;
font-weight: bold;
text-align: center;
border: solid #ddd 1px
}
.ChartRowOdd {
background-color: #eee
}
.ChartRowEven {
background-color: #fff
}
.ChartTextCell {
text-align: center;
padding-left: 2px;
padding-right: 2px;
border: solid #ddd 1px
}
.ChartTextCellLeft {
text-align: left;
padding-left: 2px;
padding-right: 2px;
border: solid #ddd 1px
}
.ChartNumCell {
text-align: right;
padding-left: 2px;
padding-right: 2px;
border: solid #ddd 1px
}
.ChartNumCellSmall {
font-family: Arial, sans-serif;
font-size: 85%;
text-align: right;
padding-left: 2px;
padding-right: 2px;
border: solid #ddd 1px
}
.ChartSubCell {
text-align: right;
border-top: solid #000 2px;
border-left: solid #ddd 1px;
border-right: solid #ddd 1px;
font-weight: bold;
background-color: #ccc;
padding-left: 4px;
padding-right: 2px
}
.ChartTotCell {
text-align: right;
border-top: double #000 3px;
border-bottom: double #000 3px;
border-left: solid #ddd 1px;
border-right: solid #ddd 1px;
font-weight: bold;
background-color: #ccc;
padding-left: 4px;
padding-right: 2px
}
#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #000;
padding: 2px;
background-color: #ffffe0;
visibility: hidden;
z-index: 100;
filter: progid: DXImageTransform.Microsoft.Shadow(color=gray, direction=135)
}
#dhtmlpointer {
position: absolute;
left: -300px;
z-index: 101;
visibility: hidden
}
.div_help {
font-family: arial, verdana, helvetica, sans-serif;
font-size: small;
text-align: left;
padding: 10px
}
.SideCalcTitleCell {
font-size: 100%;
background-color: #000;
font-weight: bold;
color: #fff
}
.SideCalcResult {
text-align: right;
width: 94%;
background-color: #eee;
border: solid #000 1px;
font-family: arial, sans-serif;
font-size: 11pt;
color: #000;
padding-right: 5px
}
.SideCalcNum {
font-weight: bold;
width: 30px
}
.SideCalcSign {
font-weight: bold;
color: #00f;
width: 30px
}
.SideCalcClr {
font-weight: bold;
width: 30px;
color: red
}
.SideCalcClrTape {
font-weight: bold;
width: 94%;
color: #000
}
.SideCalcTapeCell {
text-align: center;
background-color: #ccc;
border-top: solid #ccc 1px;
border-left: solid #ccc 1px;
border-right: solid #ccc 1px;
border-bottom: dashed #000 1px;
font-family: courier, arial, sans-serif;
font-size: 10pt;
color: #000;
padding-right: 0px;
padding-left: 0px
}
.BelowCalcTable {
border-collapse: collapse
}
.BelowCalcAdCell {}.BelowCalcColHead {
background-color: #ccc;
color: #1d487e;
font-family: Verdana, Arial, sans-serif;
font-size: 85%;
font-weight: bold;
text-align: center;
border: solid #ccc 1px
}
.BelowCalcImgHead {
background-color: #ccc;
text-align: center;
border: solid #ccc 1px
}
.BelowCalcLinkCell {
text-align: left;
padding-left: 2px;
padding-right: 2px;
border: solid #ddd 1px
}
.sppTable {
width: 300px;
border-collapse: collapse
}
.sppRow {
background-color: #ddd
}
.sppColHead {
background-color: #fff;
color: #1d487e;
font-family: Verdana, Arial, sans-serif;
font-size: 85%;
font-weight: bold;
text-align: center;
width: 240px;
border-left: solid #8f8fb3 1px;
border-top: solid #8f8fb3 1px
}
.sppImgHead {
background-color: #fff;
text-align: center;
width: 60px;
border-right: solid #8f8fb3 1px;
border-top: solid #8f8fb3 1px
}
.sppLinkCell {
font-size: 85%;
text-align: left;
padding-left: 2px;
padding-right: 2px;
border-left: solid #8f8fb3 1px;
border-bottom: solid #8f8fb3 1px;
border-right: solid #8f8fb3 1px
}
.fb_like_button {
border: 1px dotted #000;
background-color: #eee;
padding: 10px;
width: 320px;
float: right
}
.blogItItem {
margin: 18px 0;
padding: 0 12px;
border: 1px solid #ccc;
background: #eee;
box-shadow: 4px 4px 4px #ccc
}
.blogItItem h6 {
font-style: normal;
font-weight: normal;
font-size: 80%
}
.leftnav_heading {
text-align: center
}
.leftnav_heading a {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: left;
line-height: 14px;
background-image: url();
color: #333;
text-decoration: none;
width: 169px;
height: 41px;
display: block;
font-weight: bold;
margin-top: 18px
}
.leftnav_heading a:hover {
background-image: url()
}
.leftnav_heading span {
display: block;
padding: 7px
}
.texttop {
font-size: 15px;
line-height: 14px;
color: #333;
text-shadow: 0px 0px 2px #fff;
margin-bottom: 10px
}
.textbottom {
color: #333;
font-size: 15px;
text-shadow: 0px 0px 2px #fff
}
#mobileBtnDiv {
display: none
}
@media only screen and (max-device-width: 640px) {
#mobileBtnDiv {
display: block;
width: 100%;
text-align: center;
padding: 10px
}
#mobileBtn {
display: inline-block;
text-align: center;
width: 50%;
font-size: 2em;
line-height: 2em;
background-color: #0f5378;
color: #fff;
text-decoration: none;
border-radius: 10px;
border: 1px solid #fff
}
#mobileBtn:hover {
background-color: #4cc2ce;
color: #087197
}
}
</style>
<script>
var mod_pagespeed_S9pdYI3XLK = "d_ar=[[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]];e_ar=[[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]];var clr_ar=[\"green\",\"darkred\",\"orange\",\"purple\",\"brown\",\"#1CBFD6\",\"#237C74\",\"#45B7CE\",\"#DAA46B\",\"#BE6A9B\",\"#898386\",\"#908E6D\",\"#393DFF\",\"#BC071F\",\"#2CD886\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\",\"red\"];function getOrdinal(n){var ord='th';if(n%10==1&&n%100!=11){ord='st';}else\nif(n%10==2&&n%100!=12){ord='nd';}else\nif(n%10==3&&n%100!=13){ord='rd';}\nreturn ord;}\nfunction calc_divide(form){var v_dvr=document.calc.dvr.value;var v_dvd=document.calc.dvd.value;var v_orig_dvr=sn(document.calc.dvr.value);var v_orig_dvd=sn(document.calc.dvd.value);var v_orig_dvr_str=document.calc.dvr.value.toString();var v_orig_dvd_str=document.calc.dvd.value.toString();if(v_dvr==\"\"){alert(\"Please enter the divisor.\");document.calc.dvr.focus();}else\nif(v_dvd==\"\"){alert(\"Please enter the dividend.\");document.calc.dvd.focus();}else\nif(v_orig_dvr<=0){alert(\"Please enter a divisor that is greater than zero.\");document.calc.dvr.focus();}else\nif(v_orig_dvd<=0){alert(\"Please enter a dividend that is greater than zero.\");document.calc.dvd.focus();}else{var explain_ar=new Array();var test_str=\"\";for(var ca=0;ca<d_ar.length;ca++){for(var cd=0;cd<35;cd++){d_ar[ca][cd]=\"\";}\nfor(var ce=0;ce<35;ce++){e_ar[ca][ce]=\"\";}}\nvar dvr_dec_places=0;var dvr_int_places=v_dvr.length;var dvr_plcs_txt=\"place\";if(v_dvr.indexOf(\".\")>-1){var dvr_dec_ar=v_dvr.split(\".\");dvr_int_places=dvr_dec_ar[0].length;dvr_dec_places=dvr_dec_ar[1].length;v_dvr=dvr_dec_ar[0]+\"\"+dvr_dec_ar[1];if(dvr_dec_places>1){dvr_plcs_txt=\"places\";}\ntest_str+=\"The first step in solving the problem is to get rid of the decimal point \";test_str+=\"in the divisor <span style=\\\\\\'color: blue;\\\\\\'>\"+v_orig_dvr_str+\"</span>.<p>\";test_str+=\"To do that, you move the decimal point \"+dvr_dec_places+\" \"+dvr_plcs_txt+\" to \";test_str+=\"the right \";test_str+=\"in both the divisor <span style=\\\\\\'color: blue;\\\\\\'>\"+v_orig_dvr_str+\"</span> and \";test_str+=\"the dividend \"+v_orig_dvd_str+\".</p><p>Moving the decimal point \"+dvr_dec_places+\" \";test_str+=\"\"+dvr_plcs_txt+\" to the right in the divisor changes it to \";test_str+=\"<span style=\\\\\\'color: blue;\\\\\\'>\"+v_dvr+\"</span>.</p>\";}\nvar dvd_int_places=v_dvd.length;var dvd_dec_places=0;if(v_dvd.indexOf(\".\")>-1){var dvd_dec_ar=v_dvd.split(\".\");dvd_int_places=dvd_dec_ar[0].length;dvd_dec_places=Number(dvd_dec_ar[1].length)-Number(dvr_dec_places);v_dvd=dvd_dec_ar[0]+\"\"+dvd_dec_ar[1];}else{var dvd_dec_ar=[v_dvd,\"\"];}\nvar dvr_ar=v_dvr.split(\"\");var dvd_ar=v_dvd.split(\"\");dvd_int_places+=dvr_dec_places;var zeros_added=0;if(dvd_int_places>dvd_ar.length){while(dvd_ar.length<dvd_int_places){dvd_ar.push(\"0\");v_dvd+=\"0\";zeros_added+=1;}}\nvar dvd_plcs_txt=\"place\";if(dvd_dec_ar[1].length>1){dvd_plcs_txt=\"places\";}\nvar z_plcs_txt=\"place\";if(zeros_added>1){z_plcs_txt=\"places\";}\nif(dvr_dec_places>0){if(dvd_dec_ar[1].length==0){test_str+=\"<p>Since the dividend (\"+v_orig_dvd_str+\") has no decimal places, you simply \";test_str+=\"add a zero for each \";test_str+=\"decimal place you moved in the divisor. This leaves you with a new dividend \";test_str+=\"of \"+v_dvd+\".</p>\";}else\nif(dvd_dec_ar[1].length==dvr_dec_places){test_str+=\"<p>Since the dividend (\"+v_orig_dvd_str+\") already has \"+dvd_dec_ar[1].length+\" \";test_str+=\"decimal \"+dvd_plcs_txt+\", you simply move the decimal point \"+dvr_dec_places+\" \";test_str+=\"\"+dvr_plcs_txt+\" to the right. This leaves you with a new dividend of \";test_str+=\"\"+v_dvd.substring(0,dvd_int_places)+\"\";test_str+=\"\"+v_dvd.substring(dvd_int_places,v_dvd.length)+\".</p>\";}else\nif(dvd_dec_ar[1].length>dvr_dec_places){test_str+=\"<p>Since the dividend (\"+v_orig_dvd_str+\") already has \"+dvd_dec_ar[1].length+\" \";test_str+=\"decimal \"+dvd_plcs_txt+\", you simply move the decimal point \"+dvr_dec_places+\" \";test_str+=\"\"+dvr_plcs_txt+\"to the right. This leaves you with a new dividend of \";test_str+=\"\"+v_dvd.substring(0,dvd_int_places)+\".\";test_str+=\"\"+v_dvd.substring(dvd_int_places,v_dvd.length)+\".</p>\";}else{test_str+=\"<p>Since the dividend (\"+v_orig_dvd_str+\") has only \"+dvd_dec_ar[1].length+\" \";test_str+=\"decimal \"+dvd_plcs_txt+\", you simply move the decimal \";test_str+=\"point \"+dvr_dec_places+\" \";test_str+=\"\"+dvr_plcs_txt+\" to the right, adding a zero for the \";test_str+=\"last \"+zeros_added+\" \"+z_plcs_txt+\". This leaves you with a new dividend of \";test_str+=\"\"+v_dvd.substring(0,dvd_int_places)+\"\";test_str+=\"\"+v_dvd.substring(dvd_int_places,v_dvd.length)+\".</p>\";}}\ntest_str+=\"<p>Note that a vertical <span style=\\\\\\'color: red;\\\\\\'>red line</span> indicates the \";test_str+=\"position of the decimal point within the quotient (if applicable).</p>\";explain_ar.push(test_str);test_str=\"\";var v_calc_quot=Math.round(v_orig_dvd/v_orig_dvr*1000000000)/1000000000;document.calc.calc_quot.value=v_calc_quot;var ans_len=25-dvd_ar.length;var digit=\"\";var add_digit=\"\";var dig_cnt=0;var dig_txt=\"digit\";var answer=\"\";var remainder=0;var rem_1=0;var rem_2=0;var i=0;var solved=0;var quot_str=\"\";var chk_str=\"\";var quot=0;var ans_1=0;var ans_2=0;var ans_plc=1;while(quot_str.length<17&&solved==0){if(i<dvd_ar.length){digit=dvd_ar[i].toString();}else{digit=\"0\";dvd_ar.push(\"0\");}\nans_1=Math.floor((Number(digit)+(remainder*10))/v_dvr);ans_2=ans_1*v_dvr;if(i==dvd_int_places){quot_str+=\".\";}\nquot_str=quot_str+\"\"+Math.floor((Number(digit)+(remainder*10))/v_dvr);quot=Number(quot_str);if(quot==v_calc_quot){solved=1;}\nanswer=answer+Math.floor((Number(digit)+(remainder*10))/v_dvr);rem_1=Number(digit)+Number(remainder*10);if(ans_1==0){if(i+1<dvd_ar.length){add_digit=dvd_ar[i+1];}else{add_digit=\"0\";}\nif(dig_cnt>0){dig_txt=\"digits\";}\ntest_str+=\"Since <span style=\\\\\\'color: blue;\\\\\\'>\"+v_dvr+\"</span> is \";test_str+=\"greater than <span style=\\\\\\'color: \"+clr_ar[i]+\";\\\\\\'>\"+rem_1+\"</span> \";test_str+=\" you enter a zero in \";test_str+=\"the \"+ans_plc+\"\"+getOrdinal(ans_plc)+\" quotient position and then combine \";test_str+=\"the \"+dig_txt+\" <span style=\\\\\\'color: \"+clr_ar[i]+\";\\\\\\'>\"+rem_1+\"</span> \";test_str+=\" with the digit from the next position \";test_str+=\"in the dividend (<span style=\\\\\\'color: \"+clr_ar[i+1]+\";\\\\\\'>\";test_str+=\"\"+add_digit+\"</span> in column #\"+(ans_plc+1)+\") in an attempt to form a \";test_str+=\"number that is \";test_str+=\"greater than or equal to the <span style=\\\\\\'color: blue;\\\\\\'>\"+v_dvr+\"</span>. \";test_str+=\" That new number \";test_str+=\"is \"+(rem_1+add_digit)+\".<br><br>\";dig_cnt+=1;}else{dig_cnt=0;test_str+=\"Since the greatest multiple of <span style=\\\\\\'color: blue;\\\\\\'>\"+v_dvr+\"</span> \";test_str+=\"that divides into \"+rem_1+\" without going over is \"+ans_1+\" (\";test_str+=\"\"+ans_1+\" x <span style=\\\\\\'color: blue;\\\\\\'>\"+v_dvr+\"</span> \";test_str+=\"= \"+ans_2+\"), you \";test_str+=\"enter \"+ans_1+\" in the \"+ans_plc+\"\"+getOrdinal(ans_plc)+\" quotient \";test_str+=\"position and \"+ans_2+\" in the subtraction row.<br><br>\";rem_2=(Number(digit)+Number(remainder*10))%v_dvr;test_str+=\"Since \"+rem_1+\" minus \"+ans_2+\" leaves a remainder of \"+rem_2+\" you \";test_str+=\"enter \"+rem_2+\" on the next line. \";if(solved==0){if(i+2<=dvd_ar.length){test_str+=\"Then move the next dividend digit \";test_str+=\"(<span style=\\\\\\'color: \"+clr_ar[i+1]+\";\\\\\\'>\"+dvd_ar[i+1]+\"</span> \";test_str+=\"in column #\"+(ans_plc+1)+\") down to that line to \";test_str+=\"form the new subtrahend of \"+rem_2+\"\"+dvd_ar[i+1]+\".\";}else{test_str+=\"Then move the next dividend digit (\";test_str+=\"<span style=\\\\\\'color: \"+clr_ar[i+1]+\";\\\\\\'>0</span> in \";test_str+=\"column #\"+(ans_plc+1)+\") down to that \";test_str+=\"line to form the new \";test_str+=\"subtrahend of \"+rem_2+\"\"+0+\".\";}}\nexplain_ar.push(test_str);test_str=\"\";}\nremainder=(Number(digit)+(remainder*10))%v_dvr;ans_plc++;i++;}\nvar ans_ar=answer.split(\"\");var top_num_str=\"\";var top_num=0;var top_beg=0;var bot_num_str=\"\";var bot_num=0;var bot_beg=0;var rem_num=0;var plc=0;var d=0;var row=0;while(d<ans_ar.length&&plc<20){if(ans_ar[d]==0){top_num_str+=\"\"+dvd_ar[d]+\"\";top_num=Number(top_num_str);rem_num=0;bot_num=0;plc+=1;}else{top_num_str+=\"\"+dvd_ar[d]+\"\";top_num=Number(top_num_str);bot_num=ans_ar[d]*v_dvr;rem_num=top_num-bot_num;plc+=1;var top_ar=top_num_str.split(\"\");top_beg=plc-top_ar.length;for(var t=0;t<top_ar.length;t++){d_ar[row][top_beg]=top_ar[t];top_beg+=1;}\nbot_num_str=bot_num.toString();var bot_ar=bot_num_str.split(\"\");bot_beg=plc-bot_ar.length;for(var b=0;b<bot_ar.length;b++){e_ar[row][bot_beg]=bot_ar[b];bot_beg+=1;}\ntop_num_str=rem_num.toString();row+=1;}\nd++;}\nvar rem_num_str=rem_num.toString();var rem_ar=rem_num_str.split(\"\");var rem_beg=plc-rem_ar.length;for(var r=0;r<rem_ar.length;r++){d_ar[row][rem_beg]=rem_ar[r];rem_beg+=1;}\nif(rem_num==0){explain_ar.push(\"The problem appears to be solved.\");}else{explain_ar.push(\"It appears the calculator ran out of room before it could complete the long division.\");}\nvar v_quotient_str=answer.substr(0,dvd_int_places)+\".\"+answer.substr(dvd_int_places,answer.length);var v_quotient=Number(v_quotient_str);document.calc.quotient.value=v_quotient;var num_cols=dvr_ar.length+ans_ar.length;var dec_div_col=dvd_int_places+dvr_ar.length;var ans_cnt=0;var quote_dec_port=\"\";var v_quot_whole=Number(v_quotient_str);if(v_quotient_str.indexOf(\".\")>-1){var quot_ar=v_quotient_str.split(\".\");v_quot_whole=Number(quot_ar[0]);quote_dec_port=quot_ar[1].toString();}\ndocument.calc.quot_whole.value=v_quot_whole;var v_quot_rem=v_orig_dvd-(v_orig_dvr*v_quot_whole);document.calc.quot_rem.value=v_quot_rem;var recurring_txt=\"\";if(quote_dec_port.length>0){var port_str_1=\"\";var port_str_2=\"\";var recurs=\"\";var match_str=quote_dec_port;for(var s=1;s<quote_dec_port.length;s++){port_str_1=match_str.substr(0,s);port_str_2=match_str.substr(s,match_str.length);recurs=port_str_2.indexOf(port_str_1);if(recurs==0){var recurs_ar=quote_dec_port.split(port_str_1);if(recurs_ar.length>Math.floor(quote_dec_port.length/port_str_1.length)){test_str+=\"\"+recurs_ar+\"<br>\";recurring_txt=\"<p>Note that it does appear that the remainder may result in a \";recurring_txt+=\"repeating decimal of \";recurring_txt+=\"<span style='border-top: solid #000 1px; font-weight: bold;'>.\";recurring_txt+=\"\"+port_str_1+\"</span>.</p>\";break;}}\nport_str_1=match_str.substr(1,s);port_str_2=match_str.substr(s,match_str.length);recurs=port_str_2.indexOf(port_str_1);if(recurs==0){var recurs_ar=quote_dec_port.split(port_str_1);if(recurs_ar.length>Math.floor(quote_dec_port.length/port_str_1.length)){test_str+=\"\"+recurs_ar+\"<br>\";recurring_txt=\"<p>Note that it does appear that the remainder may result in a \";recurring_txt+=\"repeating decimal of \";recurring_txt+=\"<span style='border-top: solid #000 1px; font-weight: bold;'>.\";recurring_txt+=\"\"+port_str_1+\"</span>.</p>\";break;}}}}\nvar cell_clr=\"\";var font_clr=\"\";var tbl=\"<center><table width='590' class='ChartTable'>\";tbl+=\"<tr>\";tbl+=\"<td colspan='2' style='padding: 3px; text-align: center; border: solid #EEE 1px'>\";tbl+=\"<center><table>\";tbl+=\"<tr>\";tbl+=\"<td colspan='3'>\";tbl+=\" \";tbl+=\"</td>\";tbl+=\"<td style='padding: 3px; text-align: left; color: #CCC'>\";tbl+=\"« Quotient\";tbl+=\"</td>\";tbl+=\"</tr>\";tbl+=\"<tr>\";tbl+=\"<td style='padding: 3px; text-align: right; color: #CCC'>\";tbl+=\"Divisor »\";tbl+=\"</td>\";tbl+=\"<td style='padding: 3px; text-align: right; border-top: solid #FFF 2px;'>\";tbl+=\"\"+v_orig_dvr+\"\";tbl+=\"</td>\";tbl+=\"<td style='padding: 3px; border-left: solid #000 2px; border-top: solid #000 2px; text-align: left;'>\";tbl+=\"\"+v_orig_dvd+\"\";tbl+=\"</td>\";tbl+=\"<td style='padding: 3px; text-align: left; color: #CCC'>\";tbl+=\"« Dividend\";tbl+=\"</td>\";tbl+=\"</tr>\";tbl+=\"</table></center>\";tbl+=\"</td>\";tbl+=\"</tr>\";tbl+=\"<tr>\";tbl+=\"<td width='125' valign='top'>\";tbl+=\"<table class='ChartTable'>\";tbl+=\"<tr>\";tbl+=\"<td colspan='2' class='ChartTextCell'><strong>Multiples<br> of \";tbl+=\"<span style='color: blue;'>\"+v_dvr+\"</span></strong></td>\";tbl+=\"</tr>\";var multiple=0;for(var m=1;m<10;m++){multiple=m*v_dvr;tbl+=\"<tr>\";tbl+=\"<td class='ChartNumCell'>\"+m+\"</td>\";tbl+=\"<td class='ChartNumCell'>\"+multiple+\"</td>\";tbl+=\"</tr>\";}\ntbl+=\"</table>\";tbl+=\"</td>\";tbl+=\"<td width='465' valign='top'>\";tbl+=\"<table class='ChartTable'>\";tbl+=\"<tr>\";tbl+=\"<td width='20' style='border: solid #FFF 1px;'> </td>\";for(var c=0;c<num_cols;c++){if(c<dvr_ar.length){tbl+=\"<td style='border: solid #FFF 1px;'> </td>\";}else{ans_cnt+=1;tbl+=\"<td width='12' style='text-align: center; border-top: solid #FFF 1px; border-left: solid #FFF 1px; color: #DDD; font-size: 75%;'>\"+ans_cnt+\"</td>\";}}\ntbl+=\"</tr>\";ans_cnt=0;tbl+=\"<tr>\";tbl+=\"<td style='border: solid #FFF 1px;'> </td>\";for(var c=0;c<num_cols;c++){if(c<dvr_ar.length){tbl+=\"<td style='border: solid #FFF 1px;'> </td>\";}else{if(c==dec_div_col){font_clr=\"red\";tbl+=\"<td width='12' style='text-align: center; border-top: solid #FFF 1px; border-left: solid red 1px; color: \"+font_clr+\";'>\"+ans_ar[ans_cnt]+\"</td>\";}else{tbl+=\"<td width='12' style='text-align: center; border-top: solid #FFF 1px; border-left: solid #CCC 1px; color: \"+font_clr+\";'>\"+ans_ar[ans_cnt]+\"</td>\";}\nans_cnt+=1;}}\ntbl+=\"</tr>\";font_clr=\"black\";var dvd_cnt=0;tbl+=\"<tr>\";tbl+=\"<td style='border: solid #FFF 1px; vertical-align: bottom;'><img src='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==' width='15' height='15' alt='Help' onMouseover=\\\"ddrivetip('\"+explain_ar[0]+\"', 400)\\\"; onMouseout=\\\"hideddrivetip()\\\"></td>\";for(c=0;c<num_cols;c++){if(c<dvr_ar.length){tbl+=\"<td style='text-align: left; border-left: solid #FFF 1px; border-top: solid #FFF 1px; color: blue;'>\"+dvr_ar[c]+\"</td>\";}else\nif(c>=dvr_ar.length&&dvd_cnt<dvd_ar.length){if(dvd_cnt%2==0){cell_clr=\"#FFF\";}else{cell_clr=\"#EEE\";}\nif(dvd_cnt==0){font_clr=clr_ar[dvd_cnt];tbl+=\"<td style='text-align: center; border-left: solid #000 2px; border-top: solid #000 2px; background-color: \"+cell_clr+\"; color: \"+font_clr+\";'>\"+dvd_ar[dvd_cnt]+\"</td>\";}else{if(c==dec_div_col){font_clr=clr_ar[dvd_cnt];tbl+=\"<td style='text-align: center; border-left: solid red 1px; border-top: solid #000 2px; background-color: \"+cell_clr+\"; color: \"+font_clr+\";'>\"+dvd_ar[dvd_cnt]+\"</td>\";}else{font_clr=clr_ar[dvd_cnt];tbl+=\"<td style='text-align: center; border-left: solid #CCC 1px; border-top: solid #000 2px; background-color: \"+cell_clr+\"; color: \"+font_clr+\";'>\"+dvd_ar[dvd_cnt]+\"</td>\";}}\ndvd_cnt+=1;}else{if(c==dec_div_col){font_clr=clr_ar[dvd_cnt];tbl+=\"<td style='text-align: center; border-left: solid red 1px; border-top: solid #000 2px; color: \"+font_clr+\";'>0</td>\";}else{font_clr=clr_ar[dvd_cnt];tbl+=\"<td style='text-align: center; border-left: solid #CCC 1px; border-top: solid #000 2px; color: \"+font_clr+\";'>0</td>\";}}}\ntbl+=\"</tr>\";font_clr=\"black\";for(var d=0;d<d_ar.length;d++){if(d<=row){if(d>0){tbl+=\"<tr>\";tbl+=\"<td rowspan='2' style='border: solid #FFF 1px; vertical-align: bottom;'><img src='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==' width='15' height='15' alt='Help' onMouseover=\\\"ddrivetip('\"+explain_ar[d+1]+\"', 400)\\\"; onMouseout=\\\"hideddrivetip()\\\"></td>\";tbl+=\"<td colspan='\"+dvr_ar.length+\"'> </td>\";for(var e=0;e<dvd_ar.length;e++){if(e%2==0){cell_clr=\"#FFF\";}else{cell_clr=\"#EEE\";}\nif(d_ar[d][e]==\"\"&&e>ans_ar.length){tbl+=\"<td style='text-align: center; border-left: solid #FFF 1px; border-top: solid #FFF 2px;'> </td>\";}else{if(e>=dvd_int_places){font_clr=\"black\";}else{font_clr=\"black\";}\ntbl+=\"<td style='text-align: center; border-left: solid #CCC 1px; border-top: solid #000 2px; background-color: \"+cell_clr+\"; color: \"+font_clr+\";'>\"+d_ar[d][e]+\"</td>\";}}\ntbl+=\"</tr>\";}\nfont_clr=\"black\";tbl+=\"<tr>\";if(d==0){tbl+=\"<td style='border: solid #FFF 1px; vertical-align: bottom;'><img src='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==' width='15' height='15' alt='Help' onMouseover=\\\"ddrivetip('\"+explain_ar[1]+\"', 400)\\\"; onMouseout=\\\"hideddrivetip()\\\"></td>\";}\ntbl+=\"<td style='text-align: right;' colspan='\"+dvr_ar.length+\"'>-</td>\";for(var f=0;f<dvd_ar.length;f++){if(f%2==0){cell_clr=\"#FFF\";}else{cell_clr=\"#EEE\";}\nif(e_ar[d][f]==\"\"&&f>ans_ar.length){tbl+=\"<td style='text-align: center; border-left: solid #FFF 1px; border-top: solid #FFF 1px;'> </td>\";}else{if(f>=dvd_int_places){font_clr=\"black\";}\ntbl+=\"<td style='text-align: center; border-left: solid #CCC 1px; border-top: solid #CCC 1px; background-color: \"+cell_clr+\"; color: \"+font_clr+\";'>\"+e_ar[d][f]+\"</td>\";}}\ntbl+=\"</tr>\";}}\ntbl+=\"</table>\";var check_quote=v_orig_dvr*v_quotient;if(check_quote==v_orig_dvd){tbl+=\"<br><br>Since \"+v_orig_dvr+\" x \"+v_quotient+\" does equal \"+v_orig_dvd+\", our solution checks out.\";}else{tbl+=\"<br><br>Since \"+v_orig_dvr+\" x \"+v_quotient+\" does not equal \"+v_orig_dvd+\", either the calculator ran out of room before the long division was completed, the quotient contains a recurring decimal, or there is a rounding issue between the calculated result and the long division result.\";}\ntbl+=\"</td>\";tbl+=\"</tr>\";tbl+=\"</table></center>\";var v_summary=\"<br /><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjekb-CDIuSDQ5trkOeJT6QX2pYLLweUu-i8qlZH47vAgKlKyLlygNGC6RT8K9Hzh0T5Ar138CxNj2mqNv7d5qgc7N8upoR62NHwn7GJ1RT2ekPmEqCEF4w_RM-vKvWuWhRC5C7ma4RDzeJ/s72-c/TheOnlineCalculator.png' width='60' height='54' class='ItemLeft' />\";v_summary+=\"According to my calculations, <strong>\"+v_orig_dvr+\"</strong> goes into \";v_summary+=\"<strong>\"+v_orig_dvd+\"</strong> \";v_summary+=\" a total of <strong>\"+v_quot_whole+\" times</strong> with a <strong>remainder \";v_summary+=\"of \"+v_quot_rem+\"</strong>. \";if(v_quot_rem>0){v_summary+=\"If you continue the long division beyond the decimal point, the result would be \";v_summary+=\"<strong>\"+Number(v_quotient_str)+\"</strong>.\";v_summary+=\"\"+recurring_txt+\"\";}\nv_summary+=\"<p>To follow the steps I took as I proceeded through the long division, \";v_summary+=\"scroll each question mark to top portion of screen and hover your mouse \";v_summary+=\"over the question mark.</p>\";document.getElementById(\"summary\").innerHTML=v_summary+\"<br>\"+tbl+\"<br><br>\";}}\nfunction clear_results(form){document.calc.quotient.value=\"\";document.calc.calc_quot.value=\"\";document.calc.quot_whole.value=\"\";document.calc.quot_rem.value=\"\";for(var i=0;i<d_ar.length;i++){for(var j=0;j<d_ar[i].length;j++){d_ar[i][j]=\"\";e_ar[i][j]=\"\";}}\ndocument.getElementById(\"summary\").innerHTML=\"\";}\nfunction reset_calc(form){for(var i=0;i<d_ar.length;i++){for(var j=0;j<d_ar[i].length;j++){d_ar[i][j]=\"\";e_ar[i][j]=\"\";}}\ndocument.getElementById(\"summary\").innerHTML=\"\";document.calc.reset();}";
var mod_pagespeed_PJWHvBYF1j = "var offsetfromcursorX=12\nvar offsetfromcursorY=10\nvar offsetdivfrompointerX=10\nvar offsetdivfrompointerY=14\ndocument.write('<div class=\"div_help\" id=\"dhtmltooltip\" onClick=\"hideddrivetip()\"></div>')\ndocument.write('<img id=\"dhtmlpointer\" src=\"http://www.free-online-calculator-use.com/image-files/arrow2.gif\">')\nvar ie=document.all\nvar ns6=document.getElementById&&!document.all\nvar enabletip=false\nif(ie||ns6)\nvar tipobj=document.all?document.all[\"dhtmltooltip\"]:document.getElementById?document.getElementById(\"dhtmltooltip\"):\"\"\nvar pointerobj=document.all?document.all[\"dhtmlpointer\"]:document.getElementById?document.getElementById(\"dhtmlpointer\"):\"\"\nfunction ietruebody(){return(document.compatMode&&document.compatMode!=\"BackCompat\")?document.documentElement:document.body}\nfunction ddrivetip(thetext,thewidth,thecolor){if(ns6||ie){if(typeof thewidth!=\"undefined\")tipobj.style.width=thewidth+\"px\"\nif(typeof thecolor!=\"undefined\"&&thecolor!=\"\")tipobj.style.backgroundColor=thecolor\ntipobj.innerHTML=thetext\nenabletip=true\nreturn false}}\nfunction positiontip(e){if(enabletip){var nondefaultpos=false\nvar curX=(ns6)?e.pageX:event.clientX+ietruebody().scrollLeft;var curY=(ns6)?e.pageY:event.clientY+ietruebody().scrollTop;var winwidth=ie&&!window.opera?ietruebody().clientWidth:window.innerWidth-20\nvar winheight=ie&&!window.opera?ietruebody().clientHeight:window.innerHeight-20\nvar rightedge=ie&&!window.opera?winwidth-event.clientX-offsetfromcursorX:winwidth-e.clientX-offsetfromcursorX\nvar bottomedge=ie&&!window.opera?winheight-event.clientY-offsetfromcursorY:winheight-e.clientY-offsetfromcursorY\nvar leftedge=(offsetfromcursorX<0)?offsetfromcursorX*(-1):-1000\nif(rightedge<tipobj.offsetWidth){tipobj.style.left=curX-tipobj.offsetWidth+\"px\"\nnondefaultpos=true}\nelse if(curX<leftedge)\ntipobj.style.left=\"5px\"\nelse{tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+\"px\"\npointerobj.style.left=curX+offsetfromcursorX+\"px\"}\nif(bottomedge<tipobj.offsetHeight){tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+\"px\"\nnondefaultpos=true}\nelse{tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+\"px\"\npointerobj.style.top=curY+offsetfromcursorY+\"px\"}\ntipobj.style.visibility=\"visible\"\nif(!nondefaultpos)\npointerobj.style.visibility=\"visible\"\nelse\npointerobj.style.visibility=\"hidden\"}}\nfunction hideddrivetip(){if(ns6||ie){enabletip=false\ntipobj.style.visibility=\"hidden\"\npointerobj.style.visibility=\"hidden\"\ntipobj.style.left=\"-1000px\"\ntipobj.style.backgroundColor=''\ntipobj.style.width=''}}\ndocument.onmousemove=positiontip\nfunction sn(num){num=num.toString();var len=num.length;var rnum=\"\";var test=\"\";var j=0;var b=num.substring(0,1);if(b==\"-\"){rnum=\"-\";}\nfor(i=0;i<=len;i++){b=num.substring(i,i+1);if(b==\"0\"||b==\"1\"||b==\"2\"||b==\"3\"||b==\"4\"||b==\"5\"||b==\"6\"||b==\"7\"||b==\"8\"||b==\"9\"||b==\".\"){rnum=rnum+\"\"+b;}}\nif(rnum==\"\"||rnum==\"-\"){rnum=0;}\nrnum=Number(rnum);return rnum;}\nfunction fns(num,places,comma,type,show){var sym_1=\"$\";var sym_2=\"\";var isNeg=0;if(num<0){num=num*-1;isNeg=1;}\nvar myDecFact=1;var myPlaces=0;var myZeros=\"\";while(myPlaces<places){myDecFact=myDecFact*10;myPlaces=Number(myPlaces)+Number(1);myZeros=myZeros+\"0\";}\nonum=Math.round(num*myDecFact)/myDecFact;integer=Math.floor(onum);if(Math.ceil(onum)==integer){decimal=myZeros;}else{decimal=Math.round((onum-integer)*myDecFact)}\ndecimal=decimal.toString();if(decimal.length<places){fillZeroes=places-decimal.length;for(z=0;z<fillZeroes;z++){decimal=\"0\"+decimal;}}\nif(places>0){decimal=\".\"+decimal;}\nif(comma==1){integer=integer.toString();var tmpnum=\"\";var tmpinteger=\"\";var y=0;for(x=integer.length;x>0;x--){tmpnum=tmpnum+integer.charAt(x-1);y=y+1;if(y==3&x>1){tmpnum=tmpnum+\",\";y=0;}}\nfor(x=tmpnum.length;x>0;x--){tmpinteger=tmpinteger+tmpnum.charAt(x-1);}\nfinNum=tmpinteger+\"\"+decimal;}else{finNum=integer+\"\"+decimal;}\nif(isNeg==1){if(type==1&&show==1){finNum=\"-\"+sym_1+\"\"+finNum+\"\"+sym_2;}else{finNum=\"-\"+finNum;}}else{if(show==1){if(type==1){finNum=sym_1+\"\"+finNum+\"\"+sym_2;}else\nif(type==2){finNum=finNum+\"%\";}}}\nreturn finNum;}\nfunction side_calc_b(num){var v_result=document.side_calc.result.value;if(v_result.length<10){var v_new_result=v_result+\"\"+num;document.side_calc.result.value=v_new_result;}}\nfunction side_calc_del(num){var v_result=document.side_calc.result.value;if(v_result.length>0){var v_new_result=v_result.substring(0,v_result.length-1);document.side_calc.result.value=v_new_result;}}\nfunction side_calc_sign(sgn){document.side_calc.h_sign.value=sgn;document.side_calc.h_num_1.value=document.side_calc.result.value;document.side_calc.result.value=\"\";var tape_sgn=\"\";if(sgn!=\"\"){if(sgn==\"/\"){tape_sgn=\"÷\";}else\nif(sgn==\"*\"){tape_sgn=\"×\";}else\nif(sgn==\"-\"){tape_sgn=\"-\";}else\nif(sgn==\"+\"){tape_sgn=\"+\";}}\nvar tape_new=document.getElementById(\"side_calc_tape_new\").innerHTML;var new_tape=\"\"+document.side_calc.h_num_1.value+\" \"+tape_sgn+\"\";document.getElementById(\"side_calc_tape_new\").innerHTML=new_tape;}\nfunction side_calc_equal(form){var v_1=Number(document.side_calc.h_num_1.value);var v_2=Number(document.side_calc.result.value);var v_sign=document.getElementById(\"h_sign\").value;var v_new_result=0;if(v_sign!=\"\"){if(v_sign==\"/\"){v_new_result=v_1/v_2;}else\nif(v_sign==\"*\"){v_new_result=v_1*v_2;}else\nif(v_sign==\"-\"){v_new_result=v_1-v_2;}else\nif(v_sign==\"+\"){v_new_result=v_1+v_2;}\nif(v_new_result>99999999.99||v_new_result<-99999999.99){alert(\"Sorry, the result is too big (greater than 1 billion) for this calculator.\");}else{document.side_calc.result.value=v_new_result;document.side_calc.h_num_1.value=v_new_result;document.side_calc.h_sign.value=\"\";var tape_new=document.getElementById(\"side_calc_tape_new\").innerHTML;var new_tape=\"\"+tape_new+\" \"+v_2+\" = \"+v_new_result+\"\";document.getElementById(\"side_calc_tape_new\").innerHTML=\"\";var tape_old=document.getElementById(\"side_calc_tape_old\").innerHTML;document.getElementById(\"side_calc_tape_old\").innerHTML=\"\"+new_tape+\"<hr style='border: dashed #EEEEEE 1px; line-height: 1;'>\"+tape_old+\"\";document.getElementById(\"side_calc_tape_but\").innerHTML=\"<input type='button' value='Throw Away' onClick='side_calc_clr_tape(this.form)' class='SideCalcClrTape' />\";}}}\nfunction side_calc_pm(form){var v_pm=Number(document.side_calc.result.value);v_pm=v_pm*-1;document.side_calc.result.value=v_pm;}\nfunction side_calc_clr(form){document.side_calc.result.value=\"\";document.side_calc.h_num_1.value=\"\";document.side_calc.h_sign.value=\"\";}\nfunction side_calc_clr_tape(form){document.getElementById(\"side_calc_tape_new\").innerHTML=\"\";document.getElementById(\"side_calc_tape_old\").innerHTML=\"\";document.getElementById(\"side_calc_tape_but\").innerHTML=\"\";}\nvar soc_ad_ar=[[0,\"\",\"\",\"\"],[1,\"Auto\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[2,\"Budget\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[3,\"Credit\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[4,\"Debt\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[5,\"Income\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[6,\"Invest\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[7,\"Loan\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[8,\"Mortgage\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[9,\"Finance\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[10,\"Retire\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[11,\"College\",\"WyzAnt\",\"Find a <a href='http://www.shareasale.com/r.cfm?b=246096&u=724440&m=28558&urllink=&afftrack=' rel='nofollow' target='_blank'>local tutor</a> today!\"],[12,\"Business\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[13,\"\",\"\",\"\"],[14,\"\",\"\",\"\"],[15,\"\",\"\",\"\"],[16,\"\",\"\",\"\"],[17,\"\",\"\",\"\"],[18,\"\",\"\",\"\"],[19,\"\",\"\",\"\"],[20,\"Date\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[21,\"Conversion\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[22,\"Math\",\"WyzAnt\",\"Find a local <a href='http://www.shareasale.com/r.cfm?b=246097&u=724440&m=28558&urllink=&afftrack=' rel='nofollow' target='_blank'>math tutor</a> today!\"],[23,\"Date\",\"SocialMedia\",\"If you like this calculator, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"],[24,\"Sports\",\"SocialMedia\",\"If you like this web app, please pay it forward with a <strong>Like</strong>, <strong>Tweet</strong>, <strong>+1</strong>, or <strong>Pin</strong>.\"]];";
</script>
<script>eval(mod_pagespeed_S9pdYI3XLK);</script>
<script>eval(mod_pagespeed_PJWHvBYF1j);</script>
</head>
<body>
<p>
<a name="calculator"></a>
<form name="calc" method="post" action="#">
<table class="CalcTable">
<tbody>
<tr>
<td colspan="3" align="center" class="CalcTitleCell">
LONG DIVISION CALCULATOR
</td>
</tr>
<tr>
<td colspan="3" class="CalcInstructCell">
<br/>
<br/>
<strong>Instructions:</strong> Enter the divisor (the number you are dividing into another number).
<p>
Next, enter the dividend (the number you are dividing a number by).
</p>
<p>
Next, click the "Calculate Long Division" button.
</p>
<p>
Mouse over the blue question marks for a further explanation of each entry field. More in-depth explanations can be found in the glossary of terms located beneath the Long Division Calculator.
</p>
<p>
<strong>Important:</strong> In order to show its work this calculator converts numbers to and from text while proceeding through the long division problem, which is not an exact science. Therefore be sure to check the results by multiplying the quotient by the divisor to make sure that product equals the dividend.
</p>
</td>
</tr>
<tr class="ChartRowOdd">
<td width="350" class="ChartColHead2">
</td>
<td width="125" class="ChartColHead2">
Divisor
</td>
<td width="125" class="ChartColHead2">
Dividend
</td>
</tr>
<tr class="ChartRowEven">
<td width="350" class="ChartTextCellLeft">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==" alt="Help" onMouseover="ddrivetip('Enter the divisor in the first entry box on this line (number greater than zero). The divisor is the number being divided into another number. Next enter the dividend in second entry box (number greater than zero). The dividend is the number being divided by another number. Enter numeric characters only (no commas, spaces, pound signs, dollar signs, percent signs, etc.).', 250)" ; onMouseout="hideddrivetip()">
Enter divisor and dividend:
</td>
<td width="125" class="ChartNumCell">
<input type="text" name="dvr" class="CalcInFld" size="12" value="" onKeyUp="clear_results(this.form)"/>
</td>
<td width="125" class="ChartTextCellLeft" style="border-top: solid #000 2px; border-left: solid #000 2px;">
<input type="text" name="dvd" class="CalcInFld" size="15" value="" onKeyUp="clear_results(this.form)"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td colspan="3" class="ChartTextCell">
<input type="button" class="CalcButton" value="Calculate Long Division" onClick="calc_divide(this.form)"/>
<input type="button" class="CalcButton" value="Reset" onClick="reset_calc(this.form)"/>
</td>
</tr>
<tr class="ChartRowEven">
<td width="350" class="ChartTextCellLeft">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==" alt="Help" onMouseover="ddrivetip('This is the result the long division calculator stopped at. Please double check this result with the result on the next line.', 250)" ; onMouseout="hideddrivetip()">
Long division quotient:
</td>
<td colspan="2" width="250" class="ChartTextCell">
<input type="text" id="quotient" name="quotient" size="25" class="CalcOutFldEven"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td width="350" class="ChartTextCellLeft">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==" alt="Help" onMouseover="ddrivetip('This is the result you would likely get if you used a standard calculator for the division. This result is provided as a means to check the long division result for accuracy. Note that if the result contains more than 16 digits the last digit(s) is likely rounded.', 250)" ; onMouseout="hideddrivetip()">
Calculated division quotient:
</td>
<td colspan="2" width="250" class="ChartTextCell">
<input type="text" id="calc_quot" name="calc_quot" size="25" class="CalcOutFldOdd"/>
</td>
</tr>
<tr class="ChartRowEven">
<td width="350" class="ChartTextCellLeft">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==" alt="Help" onMouseover="ddrivetip('This is the whole number portion of the quotient. The quotient is the result of dividing one number by another.', 250)" ; onMouseout="hideddrivetip()">
Whole number portion of quotient:
</td>
<td colspan="2" width="250" class="ChartTextCell">
<input type="text" id="quot_whole" name="quot_whole" size="25" class="CalcOutFldEven"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td width="350" class="ChartTextCellLeft">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx//2wBDAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAAPAA8DAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAkEAACAgEDBAIDAAAAAAAAAAABAgMFBAYRIQAHEjETIhUjYf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDBf/EACARAQAABgIDAQAAAAAAAAAAAAEAAgMREkExURNhceH/2gAMAwEAAhEDEQA/AL5OrLB+4uo6+zvdSmBLLKhra6kyX+UkZLqEVXYqqog4AH862SkeOVCXjcZjO5os3OoYr/z+J3mXSA1ZcZ9ZNj5SMWzJWnjaSvlbY/Yx/NE+xU7cMAffU5sWjniD89wy5UxybfkDrp3VEHd+1salYcvMaysHxMbCtqyHM/Y8vlskrZDKRGW81aLcDf0eRTOVpA9Gm0DCbyKduyAtHaOu4LvId8iuLmutUAS1rZH85K3IQcJkM23k32b0o5OwBPVatUtvk09nqBTpt9cOzqP/2Q==" alt="Help" onMouseover="ddrivetip('This is what is left after multiplying the whole number portion of the quotient by the divisor, and then subtracting that result from the dividend.', 250)" ; onMouseout="hideddrivetip()">
Remainder:
</td>
<td colspan="2" width="250" class="ChartTextCell">
<input type="text" id="quot_rem" name="quot_rem" size="25" class="CalcOutFldOdd"/>
</td>
</tr>
<tr class="ChartRowEven">
<td colspan="3" class="CalcSummaryCell" id="summary">
</td>
</tr>
</tbody>
</table>
</form>
</p>
</body>
</html>
Related movie you might like to see :

CSSO (CSS Optimizer)

SCRIPT TUTORIALS CSSO CSS COMPOSER ...

WHITE SPACE REMOVER CODE

White Space Remover

COMMENTS REMOVER CODE

COMMENTS REMOVER

FILE SAVE AS WITH JAVA SCRIPT METHO...

FILE SAVE AS WITH JAVA SCRIPT METH...

HTML CSS JAVA COMPRESSOR CODE

HTML CSS JAVA COMPRESSOR

ONLINE CSS UNMINIFIER CODE

ONLINE CSS UNMINIFIER
?
+
X
Recommended for you
Loading..
Related Post for LONG DIVISION CALCULATOR CODE
STANDARD DEVIATION CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Aā¦
LINEAR EQUATION CALCULATOR #parse_btn { background-color:Blue; color:#FFFFFF; font-size:30px; width:200px; height:50px; } x=3;y=7 Calculate it! Solve Graph Lesson Shā¦
LCM GCF CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ----------------ā¦
PYTHAGOREAN THEOREM CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Aā¦
LCM GCF CALCULATOR Greatest Common Factor and Least Common Multiplier Calculator !-- Begin function go(input1,input2,input3){ if (document.form1.text3.value!=""){ document.form1.answer.ā¦
CIRCUMFERENCE CALCULATOR ======================================================================== READ MORE: http://www.wikihow.com/Calculate-the-Diameter-of-a-Circlehttp://www.wikihow.com/Work-out-thā¦
NON PERFECT SQUARE ROOT CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Aā¦
LINEAR EQUATION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------ā¦
NON PERFECT SQUARE ROOT CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION READ MORE: httā¦
TRIANGLE CALCULATOR CODE ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION READ MORE: http:ā¦
STANDARD DEVIATION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------ā¦
GREATEST COMMON FACTOR CALCULATOR CODE -------------------------------------------------------------------------------------------------------------------------- READ MORE: http://maths.wordpandit.com/h-c-f-by-ā¦
TRIANGLE CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Aā¦
PYTHAGOREAN THEOREM CALCULATOR CODE ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION READ MORE: http:ā¦
Labels:
TEXT TOOLS
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.