Misc Formulas

From Hobowiki
(Redirected from Misc)
Jump to navigation Jump to search

The Quadratic Formula

y=b±b24ac2a

This is used to solve certain equations such as this:

x24x7=0

You replace all instances of b with the second number, -4.

y=(4)±(4)24ac2a

Then you replace all instances of a with the first number, which in this case is x2, which means it is 1.

y=(4)±(4)24(1)c2(1)

Next you need to replace all instances of c with the third number, -7.

y=(4)±(4)24(1)(7)2(1)

Now simply reduce and solve.

y=4±442
y=4±4112
Failed to parse (syntax error): {\displaystyle y= \frac{4\pm\2\sqrt{11}}{2}}
y=2±11