document.write( "Question 1183944: Al-Khwarizmi solved all quadratic equations by reducing them to one of six standard forms, which were then easily solvable. He described the standard forms in terms of \"squares,\" \"roots,\" and \"numbers.\" Here are al-Khwarizmi's six standard forms:\r
\n" ); document.write( "\n" ); document.write( "squares equal to roots (Example: ax2= bx
\n" ); document.write( " a x squared equals space b x)
\n" ); document.write( "squares equal to numbers (Example: ax2= c
\n" ); document.write( " a x squared equals space c)
\n" ); document.write( "roots equal to numbers (Example: bx=c
\n" ); document.write( " b x equals c)
\n" ); document.write( "squares and roots equal to numbers (Example: ax2+bx=c
\n" ); document.write( " a x squared plus b x equals c)
\n" ); document.write( "squares and numbers equal to roots (Example: ax2+c=bx
\n" ); document.write( " a x squared plus c equals b x)
\n" ); document.write( "roots and numbers equal tot squares (Example: ax2=bx+c
\n" ); document.write( " a x squared equals b x plus c)
\n" ); document.write( "Activity Instructions\r
\n" ); document.write( "\n" ); document.write( "• Which method would you use to solve each of the six forms? Why would you use that method?
\n" ); document.write( "• Write a quadratic equation that can be reduced to one of al-Khwarizmi's six forms.
\n" ); document.write( "

Algebra.Com's Answer #849891 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Let's break down each of al-Khwarizmi's six forms and discuss appropriate solution methods, along with example equations.\r
\n" ); document.write( "\n" ); document.write( "**1. Squares equal to roots (ax² = bx):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** Divide both sides by 'x' (assuming x ≠ 0) to get ax = b, then solve for x: x = b/a. We can also factor it as x(ax-b)=0, so x=0 or x=b/a.
\n" ); document.write( "* **Why:** This simplifies the quadratic to a linear equation, which is easy to solve.
\n" ); document.write( "* **Example:** 3x² = 12x => 3x = 12 => x = 4 (or x=0).\r
\n" ); document.write( "\n" ); document.write( "**2. Squares equal to numbers (ax² = c):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** Divide both sides by 'a' to get x² = c/a, then take the square root of both sides: x = ±√(c/a).
\n" ); document.write( "* **Why:** This isolates x², allowing us to directly find the value(s) of x using the inverse operation (square root).
\n" ); document.write( "* **Example:** 5x² = 20 => x² = 4 => x = ±2.\r
\n" ); document.write( "\n" ); document.write( "**3. Roots equal to numbers (bx = c):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** Divide both sides by 'b' to get x = c/b.
\n" ); document.write( "* **Why:** This is already a linear equation; one simple division gives the solution.
\n" ); document.write( "* **Example:** 7x = 21 => x = 3.\r
\n" ); document.write( "\n" ); document.write( "**4. Squares and roots equal to numbers (ax² + bx = c):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** This is the classic quadratic equation form. Use the quadratic formula: x = (-b ± √(b² - 4ac)) / 2a. Completing the square also works.
\n" ); document.write( "* **Why:** The quadratic formula provides a general solution for this type of equation.
\n" ); document.write( "* **Example:** 2x² + 5x = 12.\r
\n" ); document.write( "\n" ); document.write( "**5. Squares and numbers equal to roots (ax² + c = bx):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** Rearrange the equation to the standard quadratic form (ax² - bx + c = 0) and then use the quadratic formula: x = (b ± √(b² - 4ac)) / 2a. Completing the square also works.
\n" ); document.write( "* **Why:** Similar to the previous case, the quadratic formula is a direct way to find the solution(s).
\n" ); document.write( "* **Example:** 3x² + 4 = 8x => 3x² - 8x + 4 = 0.\r
\n" ); document.write( "\n" ); document.write( "**6. Roots and numbers equal to squares (ax² = bx + c):**\r
\n" ); document.write( "\n" ); document.write( "* **Method:** Rearrange the equation to the standard quadratic form (ax² - bx - c = 0) and use the quadratic formula: x = (b ± √(b² + 4ac)) / 2a. Completing the square also works.
\n" ); document.write( "* **Why:** Again, the quadratic formula provides a general solution.
\n" ); document.write( "* **Example:** 2x² = 5x + 3 => 2x² - 5x - 3 = 0.
\n" ); document.write( "
\n" ); document.write( "
\n" );