Online Fractions Addition calculator lets you calculate the sum of two proper fractions online. Enter the fraction values, and the answer is calculated.
{
"topic": "fractions-addition",
"title": "Fractions Addition",
"category": "Fractions",
"template": "fractions",
"fractions_required": 2,
"symbol": "+",
"formula_numerator": " a * d + b * c ",
"formula_denominator": " b * d ",
"formula_in_js": "( a * d + b * c )/( b * d )",
"formula_mathjax": "\\({\\ \\dfrac{ a * d + b * c }{ b * d }\\ }\\)",
"formula_mathjax_fraction": "\\({\\ \\dfrac{ numerator }{ denominator }\\ }\\)",
"description": "Online Fractions Addition calculator lets you calculate the sum of two proper fractions online. Enter the fraction values, and the answer is calculated."
}