This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.

ScanSolve AI Answer
Answer
C) 17
You're on a roll — here are the solutions to the problems:
50. If , then Step 1: Substitute into the function . Step 2: Calculate the square. Step 3: Perform the multiplication. Step 4: Perform the subtraction. The correct option is (C).
51. What is the gradient of the straight line ? Step 1: To find the gradient, rearrange the equation into the slope-intercept form , where is the gradient. Step 2: Divide both sides of the equation by 2. The gradient is the coefficient of . The correct option is (B).
52. What is the measure of ? Step 1: Analyze the construction description. "With centre A, an arc BC is drawn." This means that the distance from A to B is equal to the distance from A to C. So, . "With centre B, and the same radius, the arc PCQ is drawn." This means the distance from B to A is equal to the distance from B to C. So, . Step 2: Conclude the type of triangle. Since and , it follows that . Therefore, triangle ABC is an equilateral triangle. Step 3: Determine the angle measure. In an equilateral triangle, all interior angles are equal to . Thus, . The correct option is (C).
53. In the triangle, the value of is Step 1: Identify the properties of the triangle. The markings on two sides of the triangle indicate that it is an isosceles triangle, meaning those two sides are equal in length. Step 2: Apply the property of isosceles triangles. In an isosceles triangle, the angles opposite the equal sides are also equal. One of the base angles is given as , so the other base angle must also be . Step 3: Use the sum of angles in a triangle. The sum of the interior angles in any triangle is . Step 4: Solve for . The correct option is (C).
What's next?
Get instant step-by-step solutions to any question. Free to start.
Ask Your Question
Handwritten Step-by-Step Solution
Get this as a handwritten image on WhatsApp — like a tutor wrote it for you.
Try on WhatsAppStill have questions?
You're on a roll — here are the solutions to the problems: 50. If f(x) = 2x^2 - 1, then f(3) = Step 1: Substitute x=3 into the function f(x).
This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.