Default

Default

Answer: 7

Config:

{}

Custom background

Custom background

Answer: 5

Config:

{
    "background": "#336699"
}

Custom noise

Custom noise

Answer: -4

Config:

{
    "noise": 4
}

Custom operand range

Custom operand range

Answer: -1

Config:

{
    "minValue": 10,
    "maxValue": 15
}

Custom operations amount

Custom operations amount

Answer: 5

Config:

{
    "operandAmount": 2
}

Use only plus operand

Use only plus operand

Answer: 19

Config:

{
    "operandAmount": 2,
    "operandTypes": [
        "+"
    ]
}

Use multiply operation

Use multiply operation

Answer: 72

Config:

{
    "operandTypes": [
        "*"
    ]
}

Mode "equation"

Mode "equation"

Answer: 1

Config:

{
    "mode": "equation"
}