Difference between revisions of "Example"
Line 8: | Line 8: | ||
There are 4 steps in this solution. | There are 4 steps in this solution. | ||
+ | |||
+ | Some examples do not contain explations of steps, as in the one above, but some do. | ||
+ | |||
[[Category:Glossary]] | [[Category:Glossary]] | ||
[[Category:PSLC General]] | [[Category:PSLC General]] |
Revision as of 18:13, 26 February 2007
An example is a problem plus the steps leading up to its solution. For instance, if the problem is "Solve 12+2*x=15 for x" then one example is:
In order to solve 12+2*x=15 for x, we write
- 2*x=15-12
- 2*x=3
- x=3/2
- x=1.5
There are 4 steps in this solution.
Some examples do not contain explations of steps, as in the one above, but some do.