Edit Game
Review topic : Sequences and expressions
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   6  Close
The formula of area S of a rectangle with the length a and the width b
S = a x b
The formula of perimeter P of a rectangle with the length a and the width b
P = (a+b) x 2
Give the expression of : n add 3 then divide the number by 2
(n+3):2
Five the expression of : Divide n by 3 and add 2
n : 3 +2
Five the expression of : multiply by 3 then subtract from 2
2 - 3n
Give the expression of : multiply n by 3 then subtract 2
3n-2