Solver Area of a rectangle
Algebra
->
Surface-area
-> Solver Area of a rectangle
Log On
Geometry: Area and Surface Area
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Area of a rectangle'
This Solver (Area of a rectangle)
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 I want to find the area of a rectangle *[input leng=9] by *[input wid=3] ==section solution The formula for finding the area of a rectangle is {{{A=LW}}}. And *[assign area=$leng*$wid] {{{$leng*$wid=highlight($area)}}} ==section output area ==section check