Read the names of the variables and functions carefully. You…

Read the names of the variables and functions carefully. You may assume the script and/or functions are in the working directory and visible in the Command Window. scriptA.m: a = 5;b = 11; performCalculation.m: function ret = performCalculation(a, b) scriptA; ret = a + b;end Command Window: a = 17;b = 16;a = a + 1;b = b + 1;result = performCalculation(a, b); What is the value of a, b, and result in the base workspace?

SECTION B GEOMETRY OF STRAIGHT LINES QUESTION 4    4.1…

SECTION B GEOMETRY OF STRAIGHT LINES QUESTION 4    4.1 Calculate, with reasons, the values of    and    Right click to open the diagram in a new tab    (6)   4.2 Calculate, with reasons, the values of   Right click to open the diagram in a new tab   (3)    4.3 AB and CD are straight lines, intersected by a transversal line ST. Show that AB//CD.   Right click to open the diagram in a new tab    (9)     TOTAL:       Please rule off before you start with the next question.