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