proportion_calc
Find the missing term in a proportion a:b = c:d by providing three known values and specifying which term to solve for.
Instructions
Solve proportion: find missing term in a:b = c:d.
Parameters:
a — First term.
b — Second term.
c — Third term.
d — Fourth term (leave 0 if solving for d).
solve — Which term to solve for: 'a', 'b', 'c', or 'd' (default: 'd').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| c | Yes | ||
| d | No | ||
| solve | No | d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |