User Tag List

Results 1 to 10 of 10

Thread: Random Equation Generator for Algebra problems?

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Random Equation Generator for Algebra problems?

    Hello! I am new to Multimedia Fusion 2, and I was just wondering if this was possible. I need to make a learning game for my Graphics Arts Class. We were trying to make a meteor impact style game where you would have to find zeroes of quadratic equations (EX: x^2 + 3x + 2 = 0). Is it possible to make a random equation generator that uses this type of equation? Or should we just scrap the idea and try a different learning game?

    Thanks in advance.

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Sounds straight-forward, but could you explain in a bit more detail please.
    [font:Courier New]
    x^2 + 3x + 2 = 0
    A B C DA E F = G
    [/font]
    Which parts of the equation should be randomly generated?
    (list the corresponding letters)

  3. #3
    No Products Registered

    Join Date
    Feb 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Quadratic formula is ax^2 + bx + c = 0. A, B, and C would all need to be assigned randomly.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Yes, you can do this by generating random numbers in either counters or hidden values (use the expression random(x) to get a number between 0 and x-1, and then subtract or add to it to get the range you want). A quadratic equation would be represented by:

    value("Counter A")*(value("Counter X") Pow 2) + value("Counter B")*value("Counter X") + value("Counter C")

  5. #5
    No Products Registered

    Join Date
    Feb 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Thank you! I'll try it out.

  6. #6
    No Products Registered

    Join Date
    Feb 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    OK, I am a little confused as to how to implement it into a counter. *is a noob to the program*

    How would I put it into the counter, exactly? I couldn't find the answer in the forum or the help in the program itself.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Matt,

    Could you be more specific on what you are trying to make and I'll try and make a demo file for you.

    Do you want to use the quadratic formula to calculate the answers or do you want to only generate equations that have whole numbers as the answers.

    Do you want students to put in the answers and see if they are correct.

    The more info you give, the more likely I can make a demo that will help you.

    Steve

  8. #8
    No Products Registered

    Join Date
    Feb 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    Just thought I'd bump this because I'm still having trouble. To recap, I need to figure out how to use a counter or string to make an equation generator.

  9. #9
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sumo's Avatar
    Join Date
    Jul 2008
    Posts
    642
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    right click a blank section of your frame and click "Insert Object". Then scroll down and find the "counter object". Double click it and click again in your frame and it will show up at your cursor.

  10. #10
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random Equation Generator for Algebra problems?

    I've created a simple quadratic equation generator which calculates the two roots. It also checks and avoids a negative under the square root when calculating the solution.

    I'll post the example in the fiel archive.

    Steve

Similar Threads

  1. Random Color Generator App
    By Eliyahu in forum File Archive
    Replies: 4
    Last Post: 2nd January 2010, 08:15 PM
  2. Random Map Generator?
    By dragonguy in forum Multimedia Fusion 2 - Technical Support
    Replies: 37
    Last Post: 6th July 2008, 02:58 PM
  3. Random Equation With Specifics
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 3rd September 2007, 03:49 AM
  4. Random Terrain Generator
    By Brandon in forum File Archive
    Replies: 3
    Last Post: 1st January 2007, 09:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •