/home/optimumoperation/smritielectronics.com/platform/plugins/captcha/config/general.php
<?php

return [
    'math-captcha' => [
        'operands' => [
            '+',
            '-',
            '*',
        ],

        /**
         * What should be a minimum random value
         */
        'rand-min' => 2,

        /**
         * What should be a maximum random value
         */
        'rand-max' => 5,
    ],
];