Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   High School (https://www.askmehelpdesk.com/forumdisplay.php?f=400)
-   -   Sequence (https://www.askmehelpdesk.com/showthread.php?t=669281)

  • Jun 10, 2012, 01:57 PM
    PiecemeL
    Sequence
    anyone can help me now?

    create equation from ;
    0 , 2 , 0 , 2 , 0 , 2 , 0

    please help me~
  • Jun 10, 2012, 02:06 PM
    Curlyben
    Well that could be very simple indeed.
    What do you think ?
  • Jun 10, 2012, 02:08 PM
    PiecemeL
    Can u help me with the answer? I blur right now~
  • Jun 10, 2012, 02:13 PM
    Wondergirl
    Any equation? Times or division or anything?
  • Jun 10, 2012, 02:33 PM
    PiecemeL
    nope.. that's all.. create equation from that sequence.. can u answer it?
  • Jun 10, 2012, 02:36 PM
    Wondergirl
    Of course I can! Have you studied your times tables and know them? If so, you should be able to answer it too.
  • Jun 10, 2012, 03:12 PM
    PiecemeL
    Actually this question from my friend.. I finished my study so long already.. forgot about the concept.. make me blur~ >.<
  • Jun 10, 2012, 03:55 PM
    Wondergirl
    Wait a minute!! Who needs to know the answer to this math equation?
  • Jun 11, 2012, 07:03 AM
    ebaines
    Each number is two minus the previous number. So given , then:



    for i = 1, 2, 3...

    Or you could use the modulo operator:



    for i = 0, 1, 2...

  • All times are GMT -7. The time now is 03:54 AM.