Subject Areas
  Basics
  Algebra
  Geometry
  Statistics
  Trigonometry
  Calculus
Tools / Misc
  GED
  Graphing
  Math Tools

scrnGC2: Calc Input
scrnGC3: f(x) Plot Input
scrnGC4: g(x) Plot Input
The inputs above will be hidden when the program finally gets launched. Currently, I am not hiding them even when you close the calculator. The purpose of the inputs is to help in debugging. This allows you to enter simple code on the calculator screen but the program translates the input to javascript math. Give it a try and see if you notice any obvious problems or have suggestions for improvements.
Generic Rectangle Factoring Help
Valid HTML 4.0 Transitional
Factor a Trinomial Using a Generic Rectangle
Given a trinomial as shown:
Start the factoring process by multiplying the first and last terms of the trinomial and place it at the top of a diamond problem as the product. The x-cofficient is placed at the bottom of the same diamond problem.
This is already done for you in the big X (diamond) shown on the page you just came from. The diamond problem solution gives you the split in the x-terms. Once all the areas are known, factoring is reduced to finding the dimensions of each rectangle.  In the general case shown below:
dx * fx = ax²,      e * fx = n1x,
g * dx = n2x   and   e * g = b.
Use these calculated dimensions to determine the factors:    (dx + e)(fx + g).

© 2002- John Schlecht. All rights reserved.