Consider the following simplification, where a{“version”:”1….

Consider the following simplification, where a{“version”:”1.1″,”math”:”a”} and b{“version”:”1.1″,”math”:”b”} represent real numbers: a – b2a2 – b2=a – ba – ba – ba + b=a – ba + b{“version”:”1.1″,”math”:”a - b2a2 - b2=a - ba - ba - ba + b=a - ba + b”} Although the simplification is symbolically correct, it should be followed by which additional statement(s) in order to be valid for all values of a{“version”:”1.1″,”math”:”a”} and b{“version”:”1.1″,”math”:”b”} ?

The program below adds integers from 1 to 20 (in order) to t…

The program below adds integers from 1 to 20 (in order) to the variable sum until sum is greater than or equal to 100. Write down the CORRECT  number and sum displayed in the console once this code is executed.   21-1. (3) number: ___________________________   21-2. (3) sum: ___________________________