Kitchen.RandomQuadraticEquationWorksheets (r1.1 vs. r1.5)
Diffs

 <<O>>  Difference Topic RandomQuadraticEquationWorksheets (r1.5 - 28 Oct 2005 - DougSundseth)

META TOPICPARENT UserPageIndex

Random Worksheets: Factoring Quadratic Equations

Line: 79 to 79

Added:
>
>

META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-1.gif attr="" comment="" date="1130532173" path="RandomIntegerQuadraticFactoring1-1.gif" size="4358" user="DougSundseth" version="1.1"
META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-2.gif attr="" comment="" date="1130532191" path="RandomIntegerQuadraticFactoring1-2.gif" size="4756" user="DougSundseth" version="1.1"
META FILEATTACHMENT RandomIntegerQuadraticFactoring?.xls attr="" comment="Quadratic equations with integer roots" date="1130532233" path="RandomIntegerQuadraticFactoring.xls" size="19968" user="DougSundseth" version="1.1"
Added:
>
>
META FILEATTACHMENT RandomRationalQuadraticFactoring?.xls attr="" comment="Quadratic equations with rational roots" date="1130532268" path="RandomRationalQuadraticFactoring.xls" size="20992" user="DougSundseth" version="1.1"

 <<O>>  Difference Topic RandomQuadraticEquationWorksheets (r1.4 - 28 Oct 2005 - DougSundseth)

META TOPICPARENT UserPageIndex

Random Worksheets: Factoring Quadratic Equations

Line: 77 to 77

Back to: Main Page.

Added:
>
>

META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-1.gif attr="" comment="" date="1130532173" path="RandomIntegerQuadraticFactoring1-1.gif" size="4358" user="DougSundseth" version="1.1"
META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-2.gif attr="" comment="" date="1130532191" path="RandomIntegerQuadraticFactoring1-2.gif" size="4756" user="DougSundseth" version="1.1"
Added:
>
>
META FILEATTACHMENT RandomIntegerQuadraticFactoring?.xls attr="" comment="Quadratic equations with integer roots" date="1130532233" path="RandomIntegerQuadraticFactoring.xls" size="19968" user="DougSundseth" version="1.1"

 <<O>>  Difference Topic RandomQuadraticEquationWorksheets (r1.3 - 28 Oct 2005 - DougSundseth)

META TOPICPARENT UserPageIndex

Random Worksheets: Factoring Quadratic Equations

Line: 78 to 78

Back to: Main Page.

META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-1.gif attr="" comment="" date="1130532173" path="RandomIntegerQuadraticFactoring1-1.gif" size="4358" user="DougSundseth" version="1.1"
Added:
>
>
META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-2.gif attr="" comment="" date="1130532191" path="RandomIntegerQuadraticFactoring1-2.gif" size="4756" user="DougSundseth" version="1.1"

 <<O>>  Difference Topic RandomQuadraticEquationWorksheets (r1.2 - 28 Oct 2005 - DougSundseth)

META TOPICPARENT UserPageIndex

Random Worksheets: Factoring Quadratic Equations

Line: 77 to 77

Back to: Main Page.

Added:
>
>
META FILEATTACHMENT RandomIntegerQuadraticFactoring1?-1.gif attr="" comment="" date="1130532173" path="RandomIntegerQuadraticFactoring1-1.gif" size="4358" user="DougSundseth" version="1.1"

 <<O>>  Difference Topic RandomQuadraticEquationWorksheets (r1.1 - 28 Oct 2005 - DougSundseth)
Line: 1 to 1
Added:
>
>
META TOPICPARENT UserPageIndex

Random Worksheets: Factoring Quadratic Equations

So after creating worksheets to generate random multiplication problems (RandomMultiplicationWorksheets), I decided to try a harder problem: random quadratic equation factoring problems. This was trickier, because you can't give the terms random coefficients and expect the resulting equation to be solvable with real numbers.

Example worksheet

RandomIntegerQuadraticFactoring1-1.gif

Example answer sheet

RandomIntegerQuadraticFactoring1-2.gif

Notes

  • The sample pages have problems with integer roots, and were generated by RandomIntegerQuadraticFactoring?.xls, attached at the bottom of the page.

  • The second attached spreadsheet generates problems with rational roots, though be aware that I've made no attempt to reduce the fractional answers to their simplest form. This is RandomRationalQuadraticFactoring?.xls, also attached at the bottom of the page.

  • To create a new worksheet, recalculate the spreadsheet and print. To recalculate a spreadsheet in Excel, press F9.

  • Don't try to do problems on the computer version of the worksheet. Every time you change a cell, the spreadsheet will recalculate and change all the problems (unless you have automatic recalculation turned off.) This is intended to create pencil and paper worksheets.

  • One of the problems with random worksheets is associating the worksheet with its corresponding answer sheet. To do that, I've included both a title and a random serial number. In theory, it is possible that you will get two different worksheets with the same serial number and title, but the probability seems adequately low to me.

  • Calculation is done on the problem sheet in this spreadsheet.

The Details

I won't go into quite the detail I went into on the RandomMultiplicationWorksheets, but I'll mention a few things, in case someone wants to play around.

Since the constraints were on the answers rather than the question, I decided to randomize the answers and generate the questions from the random answers. While this was far easier than the reverse, there were still a couple of significant constraints:

  • I couldn't have a coefficient of "0" for either "x", because the result would be undefined.

  • I wanted both negative and positive coefficients.

I also wanted to present both the problems and answers in a form that would be fairly easy to understand. Specifically, I wanted to not see, "x + (-7) = 0".

The result is a bit of a kludge:

  • I showed most numbers as their absolute values and printed the appropriate sign (- or +) using an IF statement.

  • I generated the signs and the absolute values of the x coefficients with separate randomizers.

  • I used values in hidden cells that are referenced elsewhere.

As you might expect, the spreadsheets were difficult to debug, so if you notice any problems, let me know so I can fix them.

-- DougSundseth - 28 Oct 2005

Comments

After entering a comment, users can login anonymously as KtmGuest (password: guest) when prompted.
Please consider registering as a regular user.
Look here for syntax help.

Back to: Main Page.


Topic: RandomQuadraticEquationWorksheets . { View | Diffs | r1.5 | > | r1.4 | > | r1.3 | More }

Revision r1.1 - 28 Oct 2005 - 20:42 - DougSundseth
Revision r1.5 - 28 Oct 2005 - 20:44 - DougSundseth