Thursday, 1 October 2015
ADDING SUBTRACTING 3 FRACTION 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_h31HDql9DF = "function add_subtract_fractions(form){var v_numer_1=sn(document.calc.numer_1.value);var v_numer_2=sn(document.calc.numer_2.value);var v_numer_3=sn(document.calc.numer_3.value);var v_denom_1=sn(document.calc.denom_1.value);var v_denom_2=sn(document.calc.denom_2.value);var v_denom_3=sn(document.calc.denom_3.value);if(v_numer_1.length==0){alert(\"Please enter a numerator for the 1st fraction.\");document.calc.numer_1.focus();}else\nif(v_numer_2.length==0){alert(\"Please enter a numerator for the 2nd fraction.\");document.calc.numer_2.focus();}else\nif(v_numer_3.length==0){alert(\"Please enter a numerator for the 3rd fraction.\");document.calc.numer_3.focus();}else\nif(v_denom_1==0){alert(\"Please enter a denominator greater than zero for the 1st fraction.\");document.calc.denom_1.focus();}else\nif(v_denom_2==0){alert(\"Please enter a denominator greater than zero for the 2nd fraction.\");document.calc.denom_2.focus();}else\nif(v_denom_3==0){alert(\"Please enter a denominator greater than zero for the 3rd fraction.\");document.calc.denom_3.focus();}else{var v_plus_minus_idx=document.calc.plus_minus.selectedIndex;var v_plus_minus=\"+\";var v_add_sub=\"add\";if(v_plus_minus_idx==1){v_plus_minus=\"-\";v_add_sub=\"subtract\";}\nvar v_plus_minus_2_idx=document.calc.plus_minus_2.selectedIndex;var v_plus_minus_2=\"+\";var v_add_sub_2=\"add\";if(v_plus_minus_2_idx==1){v_plus_minus_2=\"-\";v_add_sub_2=\"subtract\";}\nvar ans_numer=0;var ans_denom=0;var v_ans=0;var tbl=\"<center><table>\";var numer_style=\"style='border-bottom: 2px solid black; text-align: center; font-weight: bold;'\";var denom_style=\"style='text-align: center; font-weight: bold;'\";var equal_style=\"style='vertical-align: middle; text-align: center; font-weight: bold; color: blue; border-left: 1px solid #eee; border-right: 1px solid #eee;'\";var sign_style=\"style='vertical-align: middle; text-align: center; font-weight: bold;'\";var whole_style=\"style='vertical-align: middle; text-align: center; font-weight: bold; font-size: 18pt;'\";var sup_style=\"style='font-weight: normal; color: orange'\";var help_style=\"style='text-align: center; font-weight: bold; border-left: 1px solid #bbb; border-bottom: 1px solid #bbb; border-right: 1px solid #bbb;'\";var step_style=\"style='text-align: center;'\";var help_cnt=0;var help_row=\"<tr>\";var step_row=\"<tr>\";var row_1=\"<tr><td rowspan='2' style='border-right: 1px solid #eee;'> </td>\";var row_2=\"<tr>\";var v_summary=\"<br /><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHSLSkgqRY3PY_iFXdVxZzoPMK12-GxS8IPLF3nONJTGil5Q6QndcuvQRCPGPByHYCMcgl3VSzfR0qAkMJvnpaz6V-xzGJNDWC00aZY3aPNIIPzoesvPpp_qVyIrdLbs69xt8kNPaco3ZR/s72-c/BASIC+JAVA+CALCULATOR.png' width='60' height='54' class='ItemLeft' />\";if(v_denom_1==v_denom_2&&v_denom_1==v_denom_3){if(document.calc.plus_minus.selectedIndex==0){ans_numer=Number(v_numer_1)+Number(v_numer_2);}else{ans_numer=Number(v_numer_1)-Number(v_numer_2);}\nif(document.calc.plus_minus_2.selectedIndex==0){ans_numer+=Number(v_numer_3);}else{ans_numer-=Number(v_numer_3);}\nans_denom=v_denom_1;help_cnt+=1;help_row+=\"<td colspan='8' \"+help_style+\"> </td>\";step_row+=\"<td colspan='8' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_1+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_2+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus_2+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_3+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1+=\"<td \"+numer_style+\">\"+ans_numer+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_1+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_2+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_3+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+ans_denom+\"</td>\";v_summary+=\"<strong>Step #1:</strong> Since \"+v_numer_1+\"/\"+v_denom_1+\", \";v_summary+=\"\"+v_numer_2+\"/\"+v_denom_2+\", and \"+v_numer_3+\"/\"+v_denom_3+\" all have the same \";v_summary+=\"denominator, you can simply perform the selected operations on the \";v_summary+=\"numerators (\"+v_numer_1+\" \"+v_plus_minus+\" \";v_summary+=\"\"+v_numer_2+\" \"+v_plus_minus_2+\" \"+v_numer_3+\") while keeping the \";v_summary+=\"denominator (\"+ans_denom+\") the same \";v_summary+=\"-- giving you a result of \"+ans_numer+\"/\"+ans_denom+\".\";}else{var max_lcm=v_denom_1*v_denom_2*v_denom_3;var mult_chk=0;var cnt=0;var v_lcm=max_lcm;var divisor_1=0;var divisor_2=0;var divisor_3=0;var new_numer_1=0;var new_numer_2=0;var new_numer_3=0;var new_denom=0;while(mult_chk==0&&cnt<max_lcm){cnt+=1;if(cnt%v_denom_1==0&&cnt%v_denom_2==0&&cnt%v_denom_3==0){mult_chk=1;v_lcm=cnt;}}\ndivisor_1=v_lcm/v_denom_1;divisor_2=v_lcm/v_denom_2;divisor_3=v_lcm/v_denom_3;new_numer_1=v_numer_1*divisor_1;new_numer_2=v_numer_2*divisor_2;new_numer_3=v_numer_3*divisor_3;new_denom=v_lcm;if(v_plus_minus_idx==0){ans_numer=Number(new_numer_1)+Number(new_numer_2);}else{ans_numer=Number(new_numer_1)-Number(new_numer_2);}\nif(v_plus_minus_2_idx==0){ans_numer+=Number(new_numer_3);}else{ans_numer-=Number(new_numer_3);}\nans_denom=new_denom;help_cnt+=1;help_row+=\"<td colspan='14' \"+help_style+\"> </td>\";step_row+=\"<td colspan='14' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_1+\"<sup \"+sup_style+\"> x \"+divisor_1+\"</sup></td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_2+\"<sup \"+sup_style+\"> x \"+divisor_2+\"</sup></td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus_2+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+v_numer_3+\"<sup \"+sup_style+\"> x \"+divisor_3+\"</sup></td>\";row_1+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1+=\"<td \"+numer_style+\">\"+new_numer_1+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+new_numer_2+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+sign_style+\">\"+v_plus_minus_2+\"</td>\";row_1+=\"<td \"+numer_style+\">\"+new_numer_3+\"</td>\";row_1+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1+=\"<td \"+numer_style+\">\"+ans_numer+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_1+\"<sup \"+sup_style+\"> x \"+divisor_1+\"</sup></td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_2+\"<sup \"+sup_style+\"> x \"+divisor_2+\"</sup></td>\";row_2+=\"<td \"+denom_style+\">\"+v_denom_3+\"<sup \"+sup_style+\"> x \"+divisor_3+\"</sup></td>\";row_2+=\"<td \"+denom_style+\">\"+new_denom+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+new_denom+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+new_denom+\"</td>\";row_2+=\"<td \"+denom_style+\">\"+ans_denom+\"</td>\";v_summary+=\"<strong>Step #1:</strong> Since \"+v_numer_1+\"/\"+v_denom_1+\", \";v_summary+=\"\"+v_numer_2+\"/\"+v_denom_2+\", and \"+v_numer_3+\"/\"+v_denom_3+\" have different \";v_summary+=\"denominators, you need to find the Least Common Multiple (LCM) of the \";v_summary+=\"denominators and then multiply the \";v_summary+=\"top and bottom of each fraction by the number of times the denominator goes into the LCM. \";v_summary+=\"<p>According to my calculations, the LCM of the three denominators is \"+v_lcm+\". \";v_summary+=\"Therefore, since \"+v_denom_1+\" goes into \"+v_lcm+\" a total of \"+divisor_1+\" times, \";v_summary+=\"you would multiply the top and bottom of the first fraction by \"+divisor_1+\", and \";v_summary+=\"since \"+v_denom_2+\" goes into \"+v_lcm+\" a total of \"+divisor_2+\" times, \";v_summary+=\"you would multiply the top and bottom of the \";v_summary+=\"second fraction by \"+divisor_2+\", and \";v_summary+=\"since \"+v_denom_3+\" goes into \"+v_lcm+\" a total of \"+divisor_3+\" times, \";v_summary+=\"you would multiply the top and bottom of the \";v_summary+=\"third fraction by \"+divisor_3+\". You then simply perform the selected operations \";v_summary+=\"on the numerators (\";v_summary+=\"\"+new_numer_1+\" \"+v_plus_minus+\" \"+new_numer_2+\" \";v_summary+=\"\"+v_plus_minus_2+\" \"+new_numer_3+\") while \";v_summary+=\"keeping the denominator (\"+new_denom+\") the same -- giving you a result \";v_summary+=\"of \"+ans_numer+\"/\"+ans_denom+\".\";}\nvar tbl_2=\"<center><table>\";var row_1_2=\"<tr><td rowspan='2' style='border-right: 1px solid #eee;'> </td>\";var row_2_2=\"<tr>\";row_1_2+=\"<td \"+numer_style+\">\"+ans_numer+\"</td>\";row_2_2+=\"<td \"+denom_style+\">\"+ans_denom+\"</td>\";var help_row_2=\"<tr>\";var step_row_2=\"<tr>\";help_row_2+=\"<td> </td><td> </td>\";step_row_2+=\"<td> </td><td> </td>\";if(ans_numer==0){help_cnt+=1;help_row_2+=\"<td colspan='3' \"+help_style+\"> </td>\";step_row_2+=\"<td colspan='3' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td rowspan='2' \"+whole_style+\">0</td>\";v_summary+=\"<p><strong>Step #\"+help_cnt+\":</strong> Since zero divided by any number is zero, \";v_summary+=\"\"+ans_numer+\"/\"+ans_denom+\" is simply equal to zero.\";document.calc.ans.value=\"0\";}else{var max_gcf=0;if(ans_numer>ans_denom){max_gcf=ans_numer;}else\nif(ans_denom>ans_numer){max_gcf=ans_denom;}else{max_gcf=1;}\nvar v_gcf=1;var cnt_2=max_gcf;var gcf_chk=0\nwhile(cnt_2>0){if(ans_numer%cnt_2==0&&ans_denom%cnt_2==0&&gcf_chk==0){v_gcf=cnt_2;gcf_chk=1;}\ncnt_2--;}\nif(v_gcf>1){help_cnt+=1;help_row_2+=\"<td colspan='4' \"+help_style+\"> </td>\";step_row_2+=\"<td colspan='4' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td \"+numer_style+\">\"+ans_numer+\"<sup \"+sup_style+\"> ÷ \"+v_gcf+\"</sup></td>\";row_2_2+=\"<td \"+denom_style+\">\"+ans_denom+\"<sup \"+sup_style+\"> ÷ \"+v_gcf+\"</sup></td>\";v_summary+=\"<p><strong>Step #\"+help_cnt+\":</strong> Since \"+ans_numer+\" and \"+ans_denom+\" have \";v_summary+=\"a Greatest Common Factor (GCF) of \";v_summary+=\"\"+v_gcf+\", you can reduce \"+ans_numer+\"/\"+ans_denom+\" by dividing the top and bottom by \";ans_numer=ans_numer/v_gcf;ans_denom=ans_denom/v_gcf;row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td \"+numer_style+\">\"+ans_numer+\"</td>\";row_2_2+=\"<td \"+denom_style+\">\"+ans_denom+\"</td>\";v_summary+=\"\"+v_gcf+\" -- giving you a result of \"+ans_numer+\"/\"+ans_denom+\".</p> \";}else\nif(ans_numer!=ans_denom){v_summary+=\"<p>Note: Since \"+ans_numer+\" and \"+ans_denom+\" have no common factors, the result cannot be reduced.</p> \";}\nvar whole_num=0;if(Math.abs(ans_numer)==ans_denom){whole_num=1;v_ans=whole_num;help_cnt+=1;help_row_2+=\"<td colspan='3' \"+help_style+\"> </td>\";step_row_2+=\"<td colspan='3' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td rowspan='2' \"+whole_style+\">\"+whole_num+\"</td>\";v_summary+=\"<p><strong>Step #\"+help_cnt+\":</strong> Since the numerator and denominator are equal, the \";v_summary+=\"fraction \"+ans_numer+\"/\"+ans_denom+\" \";v_summary+=\"is equal to 1.</p>\";}else\nif(Math.abs(ans_numer)>ans_denom){help_cnt+=1;v_summary+=\"<p><strong>Step #\"+help_cnt+\":</strong> Since the numerator is greater than the denominator, \";v_summary+=\"the fraction \"+ans_numer+\"/\";v_summary+=\"\"+ans_denom+\" is an improper fraction. To convert the improper fraction to a mixed number, \";v_summary+=\"you divide the numerator (\"+ans_numer+\") by the denominator (\"+ans_denom+\"). \";if(ans_numer<0){whole_num=Math.floor(Math.abs(ans_numer)/ans_denom)*-1;}else{whole_num=Math.floor(Math.abs(ans_numer)/ans_denom);}\nv_summary+=\"Since \"+ans_denom+\" goes into \"+ans_numer+\" a total of \"+whole_num+\" times, with \";ans_numer=(Math.abs(ans_numer)%ans_denom);if(ans_numer==0){v_ans=whole_num;help_row_2+=\"<td colspan='3' \"+help_style+\"> </td>\";step_row_2+=\"<td colspan='3' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td rowspan='2' \"+whole_style+\">\"+whole_num+\"</td>\";v_summary+=\"no remainder, the conversion is equal to the whole number \"+whole_num+\".</p>\";}else{v_ans=whole_num+\" \"+ans_numer+\"/\"+ans_denom+\"\";help_row_2+=\"<td colspan='4' \"+help_style+\"> </td>\";step_row_2+=\"<td colspan='4' \"+step_style+\">Step #\"+help_cnt+\"</td>\";row_1_2+=\"<td width='30' rowspan='2' \"+equal_style+\">=</td>\";row_1_2+=\"<td rowspan='2' \"+whole_style+\">\"+whole_num+\"</td>\";row_1_2+=\"<td \"+numer_style+\">\"+ans_numer+\"</td>\";row_2_2+=\"<td \"+denom_style+\">\"+ans_denom+\"</td>\";v_summary+=\"a remainder of \"+ans_numer+\", the mixed number would be \"+whole_num+\" \";v_summary+=\"\"+ans_numer+\"/\"+ans_denom+\".</p>\";}}else{v_ans=\"\"+ans_numer+\"/\"+ans_denom+\"\";}\ndocument.calc.ans.value=v_ans;}\ntbl+=\"\"+row_1+\"<td rowspan='2' style='border-left: 1px solid #eee;'> </td></tr>\"+row_2+\"</tr>\"+help_row+\"</tr>\"+step_row+\"</tr></table></center>\";tbl_2+=\"\"+row_1_2+\"<td rowspan='2' style='border-left: 1px solid #eee;'> </td></tr>\"+row_2_2+\"</tr>\"+help_row_2+\"</tr>\"+step_row_2+\"</tr></table></center>\";if(help_cnt==1){document.getElementById(\"summary\").innerHTML=\"<br /><br />\"+tbl+\"<br />\"+v_summary+\"<br /><br />\";}else{document.getElementById(\"summary\").innerHTML=\"<br /><br />\"+tbl+\"<br />\"+tbl_2+\"<br />\"+v_summary+\"<br /><br />\";}}}\nfunction clear_results(form){document.calc.ans.value=\"\";document.getElementById(\"summary\").innerHTML=\"\";}\nfunction reset_calc(form){document.getElementById(\"summary\").innerHTML=\"\";document.calc.reset();}";
var mod_pagespeed_GQLck5d$ad = "foc_sid=22;var foc_t2_ttl=\"Math Calculators\";var foc_t2_fil=\"online-math-calculators.html\"\nvar foc_pg=\"\";var math_page_ar=[[\"algebra-calculator.html\",\"Algebra, Calculus, & Trigonometry\",\"Algebra Calculator\"],[\"circle-calculator.html\",\"Circle Area, Circum., Dia., Radius\",\"Circle Calculator\"],[\"exponent-calculator.html\",\"Exponential Expressions\",\"Exponent Calculator\"],[\"online-factoring-calculator.html\",\"Factoring a Number\",\"Factoring Calculator\"],[\"greatest-common-factor-calculator.html\",\"Greatest Common Factor (GCF)\",\"Greatest Common Factor Calculator\"],[\"lcm-calculator.html\",\"Least Common Multiple (LCM)\",\"Least Common Multiple Calculator\"],[\"math-addition-facts-quiz.html\",\"Learning Math Facts: Addition\",\"Math Addition Facts Quiz\"],[\"multiplication-quiz.html\",\"Learning Math Facts: Multiplication\",\"Multiplication Quiz\"],[\"long-division-calculator.html\",\"Long Division, remainders or decimals\",\"Long Division Calculator\"],[\"average-calculator.html\",\"Mean, Median, Mode, Range\",\"Statistical Average Calculator\"],[\"prime-factoring-calculator.html\",\"Prime Factorization of a Number\",\"Prime Factoring Calculator\"],[\"prime-number-calculator.html\",\"Prime Number Checker\",\"Prime Number Checker\"],[\"prime-number-generator.html\",\"Prime Number List Generator\",\"Prime Number Generator\"],[\"adding-subtracting-fractions-calculator.html\",\"Add Subtract 2 Fractions\",\"Adding Subtracting Fractions Calculator\"],[\"adding-3-fractions-calculator.html\",\"Add Subtract 3 Fractions\",\"Adding 3 Fractions Calculator\"],[\"adding-subtracting-mixed-numbers.html\",\"Add Subtract Mixed Numbers\",\"Adding Subtracting Mixed Numbers Calculator\"],[\"compare-fractions-calculator.html\",\"Compare Fractions\",\"Compare Fractions Calculator\"],[\"dividing-fractions-calculator.html\",\"Divide Fractions\",\"Dividing Fractions Calculator\"],[\"multiplying-fractions-calculator.html\",\"Multiply Fractions\",\"Multiplying Fractions Calculator\"],[\"scientific-notation-calculator.html\",\"Scientific Notation Math\",\"Scientific Notation Calculator\"],[\"fraction-reducer.html\",\"Simplify Fractions\",\"Fraction Reducer\"],[\"slope-calculator.html\",\"Find Slope of Straight Line\",\"Slope Calculator\"],[\"linear-equation-solver.html\",\"Solve Linear Equations\",\"Linear Equation Solver\"],[\"percent-calculator.html\",\"Solve Percentages\",\"Percent Calculator\"],[\"percentage-change-calculator.html\",\"Solve Percent Change\",\"Percentage Change Calculator\"],[\"pythagorean-theorem-calculator.html\",\"Find Missing Right Triangle Side\",\"Pythagorean Theorem Calculator\"],[\"triangle-calculator.html\",\"SSS, SAS, SSA, ASA, AAS Triangle Solver\",\"Triangle Calculator\"],[\"square-root-calculator.html\",\"Solve Square Root\",\"Square Root Calculator\"],[\"standard-deviation-calculator.html\",\"Standard Deviation\",\"Standard Deviation Calculator\"]];var v_file=document.location.href;var dom_ar=v_file.split(\"//\");var url_ar=dom_ar[1].split(\"/\");if(url_ar[1].indexOf(\"#\")>-1){var fil_ar=url_ar[1].split(\"#\");foc_pg=fil_ar[0];}else\nif(url_ar[1].indexOf(\"?\")>-1){var fil_ar=url_ar[1].split(\"?\");foc_pg=fil_ar[0];}else{foc_pg=url_ar[1];}\nfoc_pg=foc_pg.toLowerCase();if(foc_pg!=foc_t2_fil){var v_math_links=\"<ul>\";for(var pp=0;pp<math_page_ar.length;pp++){if(foc_pg==math_page_ar[pp][0]){var foc_t3_ttl=math_page_ar[pp][2];v_math_links+=\"<li> \"+math_page_ar[pp][1]+\"</li>\";}else{v_math_links+=\"<li> <a href='\"+math_page_ar[pp][0]+\"'>\"+math_page_ar[pp][1]+\"</a></li>\";}}\nv_math_links+=\"</ul>\";foc_crumbs=\"<div class='breadcrumbs'><a href='http://fbgadgets.blogspot.co.uk/'>Home</a> > \";foc_crumbs+=\"<a href='http://fbgadgets.blogspot.co.uk//\"+foc_t2_fil+\"'>\"+foc_t2_ttl+\"</a> > \";foc_crumbs+=\"\"+foc_t3_ttl+\"</div>\";}else{foc_crumbs=\"<div class='breadcrumbs'><a href='http://fbgadgets.blogspot.co.uk/'>Home</a> > \";foc_crumbs+=\"\"+foc_t2_ttl+\"</div>\";}";
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=\"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHSLSkgqRY3PY_iFXdVxZzoPMK12-GxS8IPLF3nONJTGil5Q6QndcuvQRCPGPByHYCMcgl3VSzfR0qAkMJvnpaz6V-xzGJNDWC00aZY3aPNIIPzoesvPpp_qVyIrdLbs69xt8kNPaco3ZR/s72-c/BASIC+JAVA+CALCULATOR.png\">')\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_h31HDql9DF);</script>
<script>eval(mod_pagespeed_PJWHvBYF1j);</script>
</head>
<body>
<form name="calc" method="post" action="#">
<table class="CalcTable">
<tbody>
<tr>
<td colspan="6" align="center" class="CalcTitleCell">
ADDING SUBTRACTING 3 FRACTION CALCULATOR
</td>
</tr>
<tr>
<td colspan="6" class="CalcInstructCell">
<br/>
<br/>
<strong>Instructions:</strong> Enter the numerator (top) and the denominator (bottom) of the 1st fraction.
<p>
Next, select + (plus) or - (minus) from the add subtract fractions drop down menu.
</p>
<p>
Enter the numerator and the denominator of the 2nd fraction.
</p>
<p>
Next, select + (plus) or - (minus) from the 2nd add subtract fractions drop down menu.
</p>
<p>
Finally, enter the numerator and denominator of the 3rd fraction, and then click the "Add Subtract 3 Fractions" 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 Adding 3 Fractions Calculator.
</p>
</td>
</tr>
<tr class="ChartRowEven">
<td width="225" 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 top numbers for the 3 fractions you are adding or subtracting.', 250)" ; onMouseout="hideddrivetip()">
Numerators (#):
</td>
<td width="75" class="ChartTextCell" style="border-bottom: 2px solid black;">
<input type="text" id="numer_1" name="numer_1" size="6" value="" class="CalcInFld" tabindex="1" onKeyUp="clear_results(this.form)"/>
</td>
<td rowspan="2" width="75" class="ChartTextCell" style="vertical-align: middle;">
<select name="plus_minus" size="1" tabindex="3" onChange="clear_results(this.form)">
<option value="+">+</option>
<option value="-">-</option>
</select>
</td>
<td width="75" class="ChartTextCell" style="border-bottom: 2px solid black;">
<input type="text" id="numer_2" name="numer_2" size="6" value="" class="CalcInFld" tabindex="4" onKeyUp="clear_results(this.form)"/>
</td>
<td rowspan="2" width="75" class="ChartTextCell" style="vertical-align: middle;">
<select name="plus_minus_2" size="1" tabindex="6" onChange="clear_results(this.form)">
<option value="+">+</option>
<option value="-">-</option>
</select>
</td>
<td width="75" class="ChartTextCell" style="border-bottom: 2px solid black;">
<input type="text" id="numer_3" name="numer_3" size="6" value="" class="CalcInFld" tabindex="7" onKeyUp="clear_results(this.form)"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td width="225" 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 bottom numbers for the 3 fractions you are adding or subtracting.', 250)" ; onMouseout="hideddrivetip()">
Denominators (#):
</td>
<td width="75" class="ChartTextCell">
<input type="text" id="denom_1" name="denom_1" size="6" value="" class="CalcInFld" tabindex="2" onKeyUp="clear_results(this.form)"/>
</td>
<td width="75" class="ChartTextCell">
<input type="text" id="denom_2" name="denom_2" size="6" value="" class="CalcInFld" tabindex="5" onKeyUp="clear_results(this.form)"/>
</td>
<td width="75" class="ChartTextCell">
<input type="text" id="denom_3" name="denom_3" size="6" value="" class="CalcInFld" tabindex="8" onKeyUp="clear_results(this.form)"/>
</td>
</tr>
<tr class="ChartRowEven">
<td colspan="6" class="ChartTextCell">
<input type="button" class="CalcButton" value="Add Subtract 3 Fractions" tabindex="9" onClick="add_subtract_fractions(this.form)"/>
<input type="button" class="CalcButton" value="Reset" onClick="reset_calc(this.form)"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td width="450" colspan="4" 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 of adding and/or subtraction the 3 fractions. After calculating fractions, the adding 3 fractions calculator will show its work and give a detailed explanation of each step it took to arrive at this result.', 250)" ; onMouseout="hideddrivetip()">
Result:
</td>
<td width="150" colspan="2" class="ChartTextCell">
<input type="text" id="ans" name="ans" size="12" value="" class="CalcOutFldOdd"/>
</td>
</tr>
<tr class="ChartRowOdd">
<td colspan="6" class="CalcSummaryCell" id="summary">
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
How Do You Add 3 Fractions?
The answer to that question depends on whether you are adding fractions with like denominators or adding fractions with unlike denominators.
Adding 3 Fractions with Like Denominators
Adding 3 fractions with like denominators is easy. All you do is add the numerators together and keep the denominator the same, like this:
Adding with Like Denominators | ||||||||
1 | + | 3 | + | 5 | = | 9 | ||
10 | 10 | 10 | 10 |
Adding 3 Fractions with Unlike Denominators
Adding 3 fractions with unlike denominators requires a little more work (unless you use the calculator on this page), because in order to add the 3 fractions you must first turn their unlike denominators into like denominators. You do that by finding the lowest common multiple (LCM) of the denominators.
To illustrate how you use LCM to turn unlike denominators into like denominators, let's suppose you want to add the fractions 1/2, 2/3, and 3/4.
The first step is to find the lowest number that 2, 3, and 4 will each divide into evenly (the LCM). According to my calculations, the LCM of the three denominators is 12.
Once we have found the LCM for the three denominators, the next step is to multiply the top and bottom of each fraction by the number of times each fraction's denominator goes into the LCM (remember, as long as you multiply the top and bottom of a fraction by the same number, the fraction's decimal value does not change, as in 1/2 = 2/4 = 4/8 and so on -- because all of the latter divide out to .5).
Since 2 goes into 12 a total of 6 times, you would multiply the top and bottom of 1/2 by 6, which results in 6/12.
Next, since 3 goes into 12 a total of 4 times, you would multiply the top and bottom of 2/3 by 4, which results in 8/12.
Then, since 4 goes into 12 a total of 3 times, you would multiply the top and bottom of 3/4 by 3, which results in 9/12.
Finally, since all three denominators are now the same, you simply add the numerators (6 + 8 + 9) while keeping the denominator (12) the same -- giving you a result of 23/12. But since 23/12 is an improper fraction, you would convert it to the mixed number 1 and 11/12.
Here is how our example of adding 3 fractions with unlike denominators might appear on paper:
1 x 6 | + | 2 x 4 | + | 3 x 3 | = | 6 | + | 8 | + | 9 | = | 23 | ||
2 x 6 | 3 x 4 | 4 x 3 | 12 | 12 | 12 | 12 | ||||||||
Step #1 |
23 | = | 1 | 11 | ||
12 | 12 | ||||
Step #2 |
The steps to subtract 3 fractions with like or different denominators are the same as the steps to add fractions, you just subtract the numerators while keeping the denominators the same.
With that, let's use the Subtracting or Adding 3 Fractions Calculator to add three fractions together, or to subtract one or two fractions the second or third.
Related movie you might like to see :












Recommended for you
Related Post for ADDING SUBTRACTING 3 FRACTION CALCULATOR CODE
RIGHT ANGLE TRIANGLES CALCULATOR body { font-family:arial; padding:1em } form { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIQ880_LgZX9_9VHMxBpmHB5STwjyeqBAd5QOCvHm0Ztkg0mL…
PRIME NUMBER CHECKER CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
FACTORING CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
MULTIPLYING FRACTIONS CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Ar…
ADDING SUBTRACTING FRACTION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
LINEAR CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
ADDING SUBTRACTING 3 FRACTION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
LCM CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION -----------…
RIGHT ANGLE TRIANGLES CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION -------------…
PRIME NUMBER GENERATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
DIVIDING FRACTIONS CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana,…
MULTIPLYING FRACTIONS CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
SCIENTIFIC NOTATION CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana,…
LCM CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
LONG DIVISION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
MEAN MEDIAN MODE RANGE CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
FACTORING CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
SCIENTIFIC NOTATION CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
PRIME NUMBER CHECKER .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
ADDING SUBTRACTING FRACTION CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
FIND AND REPLACE TEXT CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION -------------…
PRIME NUMBER GENERATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
DIVIDING FRACTIONS CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
MATH FRACTION REDUCER CALCULATOR CODE ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
CIRCLE CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION -------------…
CIRCLE CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
EXPONENT CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
ADDING SUBTRACTING MIXED NUMBERS CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana…
ADDING SUBTRACTING MIXED NUMBERS CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
SLOPE CALCULATOR WITH GRAPH .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
COMPARE FRACTIONS CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
COMPARE FRACTIONS CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana,…
EXPONENT CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
ADDING SUBTRACTING 3 FRACTION CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
MATH FRACTION REDUCER CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
SEQUENCE SOLVER CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ----------------…
FIND AND REPLACE TEXT /* general */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ::-moz-selection { background: #000; text-shadow: none; color: #ff…
PRIME FACTORING CALCULATOR CODE ----------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION --------------…
MEAN MEDIAN MODE RANGE CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, Ar…
LINEAR EQUATION SOLVER .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, A…
LONG DIVISION CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
GREATEST COMMON FACTOR CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
SLOPE CALCULATOR WITH GRAPH CODE ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE IN POST HTML SECTION ---------------…
PRIME FACTORING CALCULATOR .CalcTable { padding: 4px 6px; border: solid #ddd 1px; border-collapse: collapse } .CalcTitleCell { background-color: transparent; color: #1d487e; font-family: Verdana, …
SEQUENCE SOLVER CALCULATOR Sequence solver body { font-family:arial; padding:1em } textarea { background:url(data:image/gif;base64,R0lGODlhsQBfALMAAO+9jPe9iP+9e/+9hOLBnOnBnMbGwdbGs63G3rXG1r3GzrnG2…
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.