Solver Solveing proportions
Algebra
->
Proportions
-> Solver Solveing proportions
Log On
Algebra: Proportions
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Solveing proportions'
This Solver (Solveing proportions)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input *[input a=3]/*[input b=4]=*[input c=3]x/*[input d=32] ==section solution You have to cross multiply to solve. *[assign f=$b*$c] *[assign g=$a*$d] *[assign h=$g/$f] {{{highlight_green($a)/highlight($b)=highlight($c x)/highlight_green($d)}}} {{{$f x=$g}}} {{{x=$h}}} ==section output f,g,h ==section check