KCharselect unicode block name

Add, subtract, multiply or divide two fractions and simplify the result.

Result (simplified)
A matsayin ɗari
QFileDialog
QSoftKeyManager

Results update as you type.

Shin wannan Kalkulator ya ba ka amsa madaidaiciya?

[Translation temporarily unavailable. Please try again.]

you have a fraction calculator, you can use it to calculate the number of fractions in a given number. For example, if you have 100

Tambayoyi da ake yi da yawa

Yãya zã ka ƙara kashi biyu daga cikinsu?

Give both fractions a common denominator, add the numerators, then simplify. 1/2 + 1/3 becomes 3/6 + 2/6 = 5/6.

Shin, wannan ne mafi alhẽri?

The numerator and denominator are divided by their greatest common divisor (GCD). 6/8 has a GCD of 2, so it reduces to 3/4.

Yãya kuke raba rarraba?

Multiply the first fraction by the reciprocal (the flip) of the second. 1/2 ÷ 3/4 = 1/2 × 4/3 = 4/6 = 2/3.

Yãya kuke ƙirƙirar rarraba biyu?

Multiply the numerators together and the denominators together, then simplify. 2/3 × 3/4 = 6/12, which reduces to 1/2.

A' a

Put them over a common denominator first, then subtract the numerators. 3/4 − 1/6 = 9/12 − 2/12 = 7/12.

Me ya sa amsa a wasu lokutan ake nuna ta a matsayin lamba mai haɗawa?

When the result is top-heavy (an improper fraction), it is also written as a whole number plus a proper fraction. 5/4 becomes 1 1/4.

Me ya faru idan na shigar da wani mai kira na sifar?

Dividing by zero is undefined, so the calculator returns a dash. Every denominator you enter must be a non-zero number.

❤️ QFileDialog Calculator.Free? Share

𝕏  X Facebook Reddit
[Translation temporarily unavailable. Please try again.]

[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →

Endpoint

GET https://calculator.free/api/v1/fraction/

curl

curl "https://calculator.free/api/v1/fraction/?a_num=1&a_den=2&op=add&b_num=1&b_den=3"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/fraction/?" + new URLSearchParams({
    "a_num": "1",
    "a_den": "2",
    "op": "add",
    "b_num": "1",
    "b_den": "3"
  }));
const data = await r.json();
console.log(data.results);

Results are estimates for general guidance only, not financial, medical or tax advice.