Solver Solve Any proportion
Algebra
->
Algebra
->
Proportions
-> Solver Solve Any proportion
Log On
Ad:
Algebra Solved!™
: algebra software solves algebra homework problems with step-by-step help!
Ad:
Algebrator™
solves your algebra problems and provides step-by-step explanations!
Algebra: Proportions
Solvers
Lessons
Problems, free tutors
Quiz
In Depth
Source code of 'Solve Any proportion'
This Solver (Solve Any proportion)
was created by by
ichudov(404)
:
View Source
,
Show
,
Put on YOUR site
About ichudov
:
I am not a paid tutor, I am the owner of this web site.
==section input nobreak Solve this proportion (put x for the unknown): <TABLE> <TR> <TD>*[input a1=3]<HR></TD> <TD>*[input b1=x]<HR></TD></TR> <TR> <TD>*[input a2=6] </TD> <TD>*[input b2=8] </TD></TR> </TABLE> ==section solution perl print " Solve {{{ $a1/$a2 = $b1/$b2}}}. Multiply both sides of {{{ $a1/$a2 = $b1/$b2}}} by denominators {{{$a1}}} and {{{$a2}}}: {{{ ($a1/$a2)*($a2)*($b2) = ($b1/$b2)*($a2)*($a1)}}} {{{ ($a1/cross( $a2 ))*(cross($a2))*($b2) = ($b1/cross( $b2 ))*($a2)*(cross($b2))}}} "; solve( "explain_simplification", "($a1)*($b2) = ($b1)*($a2)" ); $z = 1; ==section output z ==section check a1=1 a2=1 b1=1 b2=x z=1