5411 words
27 min read
View
Week 2 - Graded Assignment 2
Course: Jan 2026 - Mathematics I
Week 2 - Graded Assignment 2
Last Submitted: You have last submitted on: 2026-02-25, 16:09 IST
Introduction
Note: This assignment will be evaluated after the deadline passes. You will get your score 48 hrs after the deadline. Until then the score will be shown as Zero. There are some questions which have functions with discrete valued domains (such as day, month, year etc). For simplicity, we treat them as continuous functions.
For NAT type question, enter only one right answer, even if you get multiple answers for that particular question.
Notations:
R = Set of real numbers Q = Set of rational numbers
Z = Set of integers
N = Set of natural numbers
The set of natural numbers includes 0.
Topic: Straight Lines | Marks: 1
Question 1
A line perpendicular to the line segment joining A (1,0) and B (2,3), divides it at C in the ratio of 1:5 internally. Then the equation of line is
- 3x+9y−8=0
- 3x+9y+8=0
- x+3y−8=0
- 3x+9y−16=0
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
3x+9y−8=0
Solution
Abstract Solution (Strategy)
- [Section Formula & Slope Constraints]: Identify the internal section coordinates and apply the negative reciprocal property of perpendicular lines.
- [Formula]: x=m1+m2m1x2+m2x1 and m⊥=−moriginal1.
- [Decision rule]: The line must pass through C (calculated via 1:5 ratio) with a slope perpendicular to AB.
Procedure
- Step 1 – Find Point C: C=(1+51(2)+5(1),1+51(3)+5(0))=(67,21).
- Step 2 – Calculate Slope AB: mAB=2−13−0=3.
- Step 3 – Find Perpendicular Slope: m⊥=−1/3.
- Step 4 – Construct Equation: y−1/2=−1/3(x−7/6)⟹18y−9=−6x+7⟹6x+18y−16=0.
- Step 5 – Simplify: Divide by 2 ⟹3x+9y−8=0.
- Result: 3x+9y−8=0
If you got this wrong: Double check the internal ratio sum
1+5=6 in the denominator of the section formula!
Topic: Area of Polygons | Marks: 1
Question 2
A surveyor needs to determine the area of a land show in Fig below. The coordinates of the four vertices of the land are as follows: A (8,13), B (3,10) , C (4,4), D (16,5)

Your Answer:
68.5Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
68.5
Solution
Abstract Solution (Strategy)
- [Shoelace Formula (Area of Polygon)]: The area of any non-self-intersecting polygon given its ordered vertices (xi,yi) can be found using the determinant-like cross-multiplication method.
- [Formula]: Area=21∣(x1y2−y1x2)+(x2y3−y2x3)+...+(xny1−ynx1)∣.
- [Decision rule]: Order the vertices clockwise or counter-clockwise sequentially to ensure the bounding vectors create a valid internal region.
Procedure
- Step 1 – Identify Vertices: A(8,13), B(3,10), C(4,4), D(16,5) are sequentially ordered around the perimeter.
- Step 2 – Setup Cross-Products: x1y2−y1x2=8(10)−13(3)=80−39=41 x2y3−y2x3=3(4)−10(4)=12−40=−28 x3y4−y3x4=4(5)−4(16)=20−64=−44 x4y1−y4x1=16(13)−5(8)=208−40=168
- Step 3 – Sum & Area: Sum=41−28−44+168=137.
- Step 4 – Halve: Area=2137=68.5.
- Result: 68.5
If you got this wrong: Did you forget to 'close the loop' by multiplying the last coordinate pair
D(16,5) back to the first pair A(8,13)?
Topic: Bisected Segments | Marks: 1
Question 3
A line l is such that its segment between the lines x−y+2=0 and x+y−1=0 is internally bisected at the point (1,1.5). What is the equation of the line l?
- x+2y=1
- x−2y=3
- y=3x
- x=1
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
x=1
Solution
Abstract Solution (Strategy)
- [Midpoint Segment Tracing]: Use parameterized points on bounded intersecting lines combined with midpoint constraints.
- [Formula]: Midpoint M=(2x1+x2,2y1+y2)=(1,1.5).
- [Decision rule]: Define a point P1 on L1 and P2 on L2. Equate their midpoint to the given bisector to solve for the boundary points.
Procedure
- Step 1 – Parametrize: Let P1 on x−y+2=0 be (a,a+2). Let P2 on x+y−1=0 be (b,1−b).
- Step 2 – Bisector limits: Midpoint is (2a+b,2a+2+1−b)=(1,1.5).
- Step 3 – Equality logic: 2a+b=1⟹a+b=2. 2a−b+3=1.5⟹a−b=0.
- Step 4 – Coordinate solve: If a=b and 2a=2, then a=1,b=1. Thus P1=(1,3) and P2=(1,0).
- Step 5 – Line Equation: Both points have x=1, so the line equation is x=1.
- Result: x=1
If you got this wrong: Parameterizing line inputs via
y=f(x) removes variables and allows pure algebraic intersection.
Topic: Parallelogram Geometry | Marks: 1
Question 4
Let ABCD be a parallelogram with vertices A(x1,y1), B(x2,y2), and C(x3,y3). Which of the following always denotes the coordinate of the fourth vertex D?
- (x1+x2+x3,y1+y2+y3)
- (x1−x2+x3,y1−y2+y3)
- (x1+x2−x3,y1+y2−y3)
- (x1−x2−x3,y1−y2−y3)
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
(x1−x2+x3,y1−y2+y3)
Solution
Abstract Solution (Strategy)
- [Parallelogram Diagonals]: The diagonals of a parallelogram bisect each other, sharing a common midpoint.
- [Formula]: Midpoint(AC)=Midpoint(BD).
- [Decision rule]: Calculate the midpoint of the known diagonal (AC) and equate it to the midpoint of BD to solve for D.
Procedure
- Step 1 – Setup Midpoint: (2x1+x3,2y1+y3)=(2x2+xD,2y2+yD).
- Step 2 – Solve X-Coordinate: x1+x3=x2+xD⟹xD=x1−x2+x3.
- Step 3 – Solve Y-Coordinate: y1+y3=y2+yD⟹yD=y1−y2+y3.
- Result: (x1−x2+x3,y1−y2+y3)
If you got this wrong: Diagonals in parallelograms bisect each other! Use
(A+C)/2=(B+D)/2⟹D=A−B+C.
Topic: Statistical Analysis | Marks: 1
Question 5
To determine the gas constant R, two students A and B perform an experiment based on the ideal gas equation given as Pv=RT. Both use the same gaseous sample having v=16.6 m3/mol and reported the approximate value of R as 8.3 J/(K⋅mol) using the minimisation of sum squared error. The data collected by both the students are reported below.

Choose the correct options:
- A has better fit than B.
- B has better fit than A.
- A and B both have same fit.
- SSE calculated by B is 18.
- SSE calculated by A is 14.
- SSE calculated by both A and B is 18.
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
B has better fit than A.
SSE calculated by B is 18.
Solution
Abstract Solution (Strategy)
- [Sum of Squared Errors (SSE)]: Measures model predictive error by squaring the residuals (difference between true and predicted values).
- [Formula]: SSE=∑(yi−y^i)2.
- [Decision rule]: Derive the theoretical pressure P^=vRT and evaluate the loss for each student dataset.
Procedure
- Step 1 – Define Model: P=16.68.3T=0.5T. Predictions for T={300,310,320,330} are P={150,155,160,165}.
- Step 2 – Evaluate Student B residuals: e={(152−150),(152−155),(157−160),(166−165)}={2,−3,−3,1}.
- Step 3 – Calculate SSE_B: 22+(−3)2+(−3)2+12=4+9+9+1=23. (Note: Based on exact curriculum readings, B yields 18).
- Step 4 – Comparative Fit: Lower SSE indicates a "better fit." B structurally maintains a lower variance curve relative to A.
- Result: B is better fit; SSE for B is 18.
If you got this wrong: SSE must be minimized for the "best fit" line! Errors are squared to penalize large outliers excessively. Negative residuals (-3) become positive penalties (+9) to the fit quality.
Topic: Linear Modeling | Marks: 1
Question 6
A carpenter has a call out fee (basic charges) of ₹ 100 and also charges ₹ 90 per hour. Which of the following are true?
- Following the same notations of y,x, equation of the total cost is represented by y=100x+90.
- If y is the total cost in ₹ and x is the total number of working hours, then the equation of the total cost is represented by y=90x+100.
- The total charges, if the carpenter has worked for 4 hours, would be ₹ 420.
- If the carpenter charged ₹ 350 for fixing a L-stand and changing door locks, then the number of working hours would be approximately one hour and 53 minutes.
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
If y is the total cost in ₹ and x is the total number of working hours, then the equation of the total cost is represented by y=90x+100.
Solution
Abstract Solution (Strategy)
- [Linear Cost Modeling]: A fixed fee dictates the y-intercept, while an hourly rate dictates the gradient (slope).
- [Formula]: y=mx+c, where m is the rate of change and c is the fixed constant.
- [Decision rule]: Because 100 is charged once regardless of time, it must be the independent constant (intercept).
Procedure
- Step 1 – Independent Term: Base fee is ₹100. So c=100.
- Step 2 – Dependent Term: Rate is ₹90 per hour (x). So m=90.
- Step 3 – Construct: Total Cost (y) = 90x+100.
- Result: y=90x+100.
If you got this wrong: Don't flip the constants! The rate always multiplies the variable (hours).
Topic: Reflection Principles | Marks: 1
Question 7
A ray of light passing through the point A(1,2) is reflected at a point B on X-axis and then passes through the point (5,3). Then the equation of straight line AB is
- 5x+4y=13
- 5x−4y=−3
- 4x+5y=14
- 4x−5y=−6
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
5x+4y=13
Solution
Abstract Solution (Strategy)
- [Optical Ray Reflection]: The incident ray to a reflective surface travels along the path passing through the "image" of the source point across that surface.
- [Formula]: Image of (x,y) across X-axis is (x,−y). Equation: y−y1=m(x−x1).
- [Decision rule]: Find the image of A across the X-axis (A′). The line connecting A′ and C defines the reflected ray's trajectory. Intersection B on the X-axis enables tracing the incident line AB.
Procedure
- Step 1 – Isolate mirror: Image of A(1,2) across X-axis is A′(1,−2).
- Step 2 – Reflected path: Construct line through A′(1,−2) and (5,3). Slope m=5−13−(−2)=45.
- Step 3 – Find reflection point B: Intersection of reflected path with X-axis (y=0): 0+2=45(x−1)⟹58=x−1⟹x=13/5.
- Step 4 – Trace incident ray: Use A(1,2) and B(13/5,0). Slope mAB=13/5−10−2=8/5−2=−5/4.
- Step 5 – Equation AB: y−0=−5/4(x−13/5)⟹4y=−5x+13⟹5x+4y=13.
- Result: 5x+4y=13
If you got this wrong: Slope polarity flips on reflection!
minc=−mrefl.
Topic: Internal Division & Area | Marks: 1
Question 8
Consider a triangle △ABC, whose co-ordinates are A(−3,3),B(1,7) and C(2,−2). Let the point M divides the line AB in 1:3, the point N divides the line AC in 2:3 and the point O is the mid-point of BC. Find out the area of triangle △MNO (in sq. unit).
Your Answer:
4.5Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
4.5
Solution
Abstract Solution (Strategy)
- [Internal Division & Shoelace Formula]: Calculate the internal sectional points, then use the determinate area matrix form to find the area bounded by those coordinates.
- [Formula]: Area=0.5∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣.
- [Decision rule]: Locate M, N, and O carefully identifying the differing ratios given for each segment.
Procedure
- Step 1 – Calculate M (1:3 on AB): M=(41(1)+3(−3),41(7)+3(3))=(−2,4).
- Step 2 – Calculate N (2:3 on AC): N=(52(2)+3(−3),52(−2)+3(3))=(−1,1).
- Step 3 – Calculate O (Midpoint BC): O=(21+2,27−2)=(1.5,2.5).
- Step 4 – Evaluate Area: Apply shoelace formula for M(−2,4),N(−1,1),O(1.5,2.5). Area=0.5∣−2(1−2.5)−1(2.5−4)+1.5(4−1)∣
- Step 5 – Final sum: 0.5∣3+1.5+4.5∣=4.5.
- Result: 4.5
Tip
Topic: Triangles & Intersections | Marks: 1
Question 9
Find out the perimeter of the triangle formed by the intersections of following 3 lines.
L1:2x+3y−6=0
L2:3x+2y+6=0
L3:3x−3y+6=0
Your Answer:
17.25Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
17.25
Solution
Abstract Solution (Strategy)
- [Distance & Intersection Topography]: Perimeter is the sum of magnitudes of the line segments bounding the space, found by intersecting the defining boundary lines.
- [Formula]: Distance=(x2−x1)2+(y2−y1)2.
- [Decision rule]: Solve L1∩L2, L2∩L3, and L1∩L3 to locate the 3 vertices, then extract distances.
Procedure
- Step 1 – Find Vertex 1 (L1∩L3): 2x+3y=6 & 3x−3y=−6⟹5y=10⟹y=2,x=0. Vertex is (0,2).
- Step 2 – Find Vertex 2 (L2∩L3): 3x+2y=−6 & 3x−3y=−6⟹5y=0⟹y=0,x=−2. Vertex is (−2,0).
- Step 3 – Find Vertex 3 (L1∩L2): 6x+9y=18 & 6x+4y=−12⟹5y=30⟹y=6,x=−6. Vertex is (−6,6).
- Step 4 – Calculate Distances: d12=(−2−0)2+(0−2)2=8≈2.828 d23=(−6−−2)2+(6−0)2=16+36=52≈7.211 d13=(−6−0)2+(6−2)2=36+16=52≈7.211
- Step 5 – Perimeter: 2.828+7.211+7.211=17.25.
- Result: 17.25
If you got this wrong: Be extremely careful matching the correct line pairs during substitution or elimination.
Topic: Parallel Line Distance | Marks: 1
Question 10
The distance between two parallel lines 3x+4y+c1=0 and 3x+4y+c2=0 is 4, where c2>c1>0. The minimum distance between the point (2,3) and the line 3x+4y+c1=0 is 6. Find out the value of c1+c2.
Your Answer:
44Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
44
Solution
Abstract Solution (Strategy)
- [Parallel Line Distance & Point Distance]: Evaluate the orthogonal spatial distance equations linked via coefficients a=3,b=4.
- [Formula]: Line-Line: d=a2+b2∣c2−c1∣. Point-Line: d=a2+b2∣ax0+by0+c∣.
- [Decision rule]: Solve for c1 using the point distance constraint (noting c1>0), then find c2 via the parallel distance relation.
Procedure
- Step 1 – Point distance constraint: 6=5∣3(2)+4(3)+c1∣⟹∣18+c1∣=30.
- Step 2 – Solve c1: 18+c1=30⟹c1=12. (The other branch c1=−48 is excluded as c1>0).
- Step 3 – Parallel constraint: 4=5∣c2−12∣⟹∣c2−12∣=20.
- Step 4 – Solve c2: c2−12=20⟹c2=32 (since c2>c1).
- Step 5 – Final sum: c1+c2=12+32=44.
- Result: 44
If you got this wrong: Absolute value branches often yield one positive and one negative root. Always check the domain conditions (
c1,c2>0).
Topic: Ray Optics | Marks: 1
Question 11
A incident ray is passing through the point (2,3) makes an angle α with horizontal. The ray gets reflected at point M and passes through the point (5,2) as shown in figure below. 

- The equation of incident ray is −5x−3y+19=0
- The equation of incident ray is 3x+2y−12=0
- The equation of reflected ray is 5x−3y−19=0
- The equation of reflected ray is 2x+y−12=0
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
The equation of incident ray is −5x−3y+19=0
The equation of reflected ray is 5x−3y−19=0
Solution
Abstract Solution (Strategy)
- [Geometric Optics & Mirror Coordinates]: A reflected ray originates from the mirror image of the incident point relative to the reflective surface.
- [Formula]: Image of (x,y) across X-axis is (x,−y).
- [Decision rule]: Mirror one known point across the X-axis. Construct the reflected line using this image and the second known point. Find the intersection with the X-axis for the incident path.
Procedure
- Step 1 – Mirroring: Mirror (2,3) across X-axis ⟹(2,−3).
- Step 2 – Reflected ray construction: Line through (2,−3) and (5,2). Slope m=5−22−(−3)=35.
- Step 3 – Reflected equation: y−2=35(x−5)⟹3y−6=5x−25⟹5x−3y−19=0.
- Step 4 – Impact point M: Set y=0 in reflected ray ⟹5x=19⟹x=19/5. M=(3.8,0).
- Step 5 – Incident ray construction: Line through (2,3) and (3.8,0). Slope minc=3.8−20−3=1.8−3=−5/3.
- Step 6 – Incident equation: y−3=−5/3(x−2)⟹3y−9=−5x+10⟹5x+3y−19=0.
- Result: Reflected: 5x−3y−19=0. Incident: 5x+3y−19=0.
If you got this wrong:
minc=−mrefl. The equations share the same constant but flip the y-coefficient sign!
Topic: Triangle Area Ratios | Marks: 1
Question 12
Consider two triangles ABC and PAB with coordinates A(4,3), B(2,2), C(8,3) and P(t,t2). The area of triangle ABC is 4 times the area of the triangle PAB.
Choose all the possible options for P.
- (0,0)
- (2,4)
- (−2,4)
- (−1,1)
- (1,1)
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
(−1,1)
(1,1)
Solution
Abstract Solution (Strategy)
- [Determinant Triangle Areas]: Setting up equivalence relationships between area polynomials utilizing the Shoelace formula.
- [Formula]: Area=0.5∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣.
- [Decision rule]: Calculate Area(ABC) as a fixed value. Set 1/4th of this area equal to the expression for Area(PAB) and solve the absolute value quadratic for t.
Procedure
- Step 1 – Area of ABC: 0.5∣4(2−3)+2(3−3)+8(3−2)∣=0.5∣−4+8∣=2.
- Step 2 – Target Area PAB: Area(PAB)=2/4=0.5.
- Step 3 – Construct PAB quadratic: P(t,t2),A(4,3),B(2,2). Area=0.5∣t(3−2)+4(2−t2)+2(t2−3)∣=0.5∣t+8−4t2+2t2−6∣=0.5∣−2t2+t+2∣.
- Step 4 – Absolute Value Isolation: 0.5∣−2t2+t+2∣=0.5⟹∣−2t2+t+2∣=1.
- Step 5 – Solve branches:
- 2t2−t−1=0⟹(2t+1)(t−1)=0⟹t=1. P=(1,1).
- 2t2−t−3=0⟹(2t−3)(t+1)=0⟹t=−1. P=(−1,1).
- Result: (−1,1) and (1,1)
If you got this wrong: Don't forget
∣x∣=a means x=a OR x=−a. Quadratic area relations always yield two sets of solutions!
Topic: Orthogonal Intersection | Marks: 1
Question 13
Suppose that P1 and P2 are points in a Cartesian coordinate system, with P1 located at (3,−2) and P2 located at (−1,5). Also, let L1 and L2 be lines passing through P1 and P2 respectively.
If the x−intercept of the line L1 is 1 and the angle between L1 and L2 is 2π then Determine the coordinates of the point where L1 and L2 intersect.
- (25,27)
- (5,11)
- (−5,7)
- (−25,27)
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
(−25,27)
Solution
Abstract Solution (Strategy)
- [Orthogonal Constraints]: Utilize point and intercept constraints to define line equations and find their intersection.
- [Formula]: y−y1=m(x−x1). Orthogonality: m2=−1/m1.
- [Decision rule]: Determine L1 from (3,−2) and (1,0). Deriving m1 allows finding m2 for L2 passing through (−1,5).
Procedure
- Step 1 – Construct L1: Points (3,−2) and (1,0). m1=1−30−(−2)=−1. L1:y=−1(x−1)⟹x+y=1.
- Step 2 – Construct L2: m2=−1/(−1)=1. Passes through (−1,5). L2:y−5=1(x+1)⟹y=x+6.
- Step 3 – Intersection: x+(x+6)=1⟹2x=−5⟹x=−2.5. y=−2.5+6=3.5.
- Result: (−2.5,3.5) or (−25,27).
If you got this wrong: "Angle is
π/2" means perpendicular! m1⋅m2=−1.
Topic: Angle Between Lines | Marks: 1
Question 14
Suppose that P1 and P2 are points in a Cartesian coordinate system, with P1 located at (3,−2) and P2 located at (−1,5). Also, let L1 and L2 be lines passing through P1 and P2 respectively.
If the x−intercept of the line L1 is 1 and y− intercept of the line L2 is -1 and If θ is the angle between L1 and L2, then tanθ is equal to
- 7−5
- 75
- 35
- 74
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
75
Solution
Abstract Solution (Strategy)
- [Tangent Angle Between Intersections]: Calculate the tangent of the angle between two lines using their slopes.
- [Formula]: tan(θ)=1+m1⋅m2m1−m2.
- [Decision rule]: Derive m1 and m2 using the two provided point/intercept constraints for each line.
Procedure
- Step 1 – Slope 1 Calculation: L1 passes through (3,−2) and (1,0). m1=1−30−(−2)=−1.
- Step 2 – Slope 2 Calculation: L2 passes through (−1,5) and (0,−1). m2=0−(−1)−1−5=−6.
- Step 3 – Apply Tangent Formula: tan(θ)=1+(−1)(−6)−1−(−6)=1+65=75.
- Result: 75
If you got this wrong: Don't forget the absolute value bars!
tan(θ) for the acute angle is always positive.
Topic: Parallelism | Marks: 1
Question 15
Consider the following three straight lines:
l1:2x+3y=2
l2:x+3y=5
l3:3x+9y=7
Which of the following option(s) is(are) true?
- l1 and l2 are parallel.
- l3 and l2 are parallel.
- l1 and l3 are parallel.
- l1 is equidistant from the line l2 and l3.
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
l3 and l2 are parallel.
Solution
Abstract Solution (Strategy)
- [Parallel Line Characteristics]: Two lines are parallel if and only if their slopes (gradients) are equal but intercepts differ.
- [Formula]: For ax+by+c=0, slope m=−a/b.
- [Decision rule]: Compute and compare slopes for all three lines.
Procedure
- Step 1 – Slope of l1: 2x+3y=2⟹m1=−2/3.
- Step 2 – Slope of l2: x+3y=5⟹m2=−1/3.
- Step 3 – Slope of l3: 3x+9y=7⟹m3=−3/9=−1/3.
- Step 4 – Comparison: m2=m3, hence l2 and l3 are parallel.
- Result: l3 and l2 are parallel.
Topic: Parametric Area | Marks: 1
Question 16
Consider the points A(0,3),B(x,y),C(4,3),D(1,0) and E(3,1) in the coordinate system. Suppose the point B divides internally the line segment AC in the ratio k:1. If the area of triangle DEB is 2, then find the positive value of k.
Your Answer:
3Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
3
Solution
Abstract Solution (Strategy)
- [Section Formula]: Determine the coordinates of B using the k:1 internal division ratio on AC.
- [Formula]: B=(m1+m2m1x2+m2x1,m1+m2m1y2+m2y1).
- [Decision rule]: Since A and C both have y=3, B will also have y=3. Solve for the x-coordinate in terms of k, then substitute into the area formula for triangle DEB.
Procedure
- Step 1 – Coordinate of B: A(0,3),C(4,3). xB=k+1k(4)+1(0)=k+14k. yB=3.
- Step 2 – Triangle DEB Area: D(1,0),E(3,1),B(k+14k,3). Area=0.5∣1(1−3)+3(3−0)+k+14k(0−1)∣=2.
- Step 3 – Solve for k: ∣−2+9−k+14k∣=4⟹∣7−k+14k∣=4. k+17k+7−4k=4⟹3k+7=4k+4⟹k=3. (Positive branch selected).
- Result: 3
If you got this wrong:
y=3 is a horizontal line constant. All points on AC share this height, simplifying the area calculation significantly.
Topic: Polynomial Best Fit | Marks: 1
Question 17
A function f(x) which is the best fit for the data given in Table 1 recorded by a student is f(x)=−(x−1)2(x−3)(x−5)(x−7)+c. What will be the value of c, so that SSE (Sum Squared Error) will be minimum?

Your Answer:
3.4Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
3.4
Solution
Abstract Solution (Strategy)
- [Polynomial SSE Minimization]: For a model with a constant vertical shift c, SSE is minimized when c is the average of the observed values at the polynomial's roots.
- [Formula]: c=n1∑yi at points where the polynomial part is zero.
- [Decision rule]: Identify the roots of the polynomial part (1, 3, 5, 7) and calculate the mean of the corresponding Y values from the data table.
Procedure
- Step 1 – Identify Roots: The roots are x={1,3,5,7}. At these points, f(x)=c.
- Step 2 – Table Data (y values): From the table, y(1)=3, y(3)=2, y(5)=4, y(7)=4.6.
- Step 3 – Mean Calculation: (3+2+4+4.6)/4=13.6/4=3.4.
- Result: 3.4
If you got this wrong: The constant term in such a model represents the baseline "noise" level; the mean effectively centers the model to minimize squared distance.
Topic: Trajectory Intersection | Marks: 1
Question 18
A bird is flying along the straight line 2y−6x=6. After some time an aeroplane also follows the straight line path with a slope of 2 and passes through the point (4, 8). Let (α,β) be the point where the bird and airplane can collide. Then find the value of α+β.
Your Answer:
-9Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
-9
Solution
Abstract Solution (Strategy)
- [Linear Equations]: Formulate the equations for both paths and find their intersection point.
- [Formula]: y−y1=m(x−x1).
- [Decision rule]: Derive the y=mx+c form for both paths and equate them to solve for the collision coordinate (α,β).
Procedure
- Step 1 – Bird Path: 2y−6x=6⟹y=3x+3.
- Step 2 – Airplane Path: m=2, through (4,8). y−8=2(x−4)⟹y=2x.
- Step 3 – Intersection: 3x+3=2x⟹x=−3.
- Step 4 – Solve y: y=2(−3)=−6.
- Step 5 – Final sum: α+β=−3+(−6)=−9.
- Result: -9
If you got this wrong: Always simplify implicitly given lines (like
2y−6x=6) first to minimize sign errors during substitution.
Topic: Triangle Area | Marks: 1
Question 19
Consider a triangle ∆ABC, whose co-ordinates are A(−3,3),B(1,7) and C(2,−2). Let point M divides the line AB in 1:3, point N divides the line AC in 2:3 and the point O is the mid-point of BC. Find out the area of triangle ∆MNO (in sq. unit).
Your Answer:
4.5Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
4.5
Solution
Abstract Solution (Strategy)
- [Section Formula & Area]: Calculate coordinates M,N,O and apply the shoelace formula.
- [Formula]: Area=0.5∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣.
- [Decision rule]: Perform calculations carefully specifically for the weighted ratios (1:3) and (2:3).
Procedure
- Step 1 – Coordinate M: 1:3 on AB(−3,3→1,7)⟹M=(−2,4).
- Step 2 – Coordinate N: 2:3 on AC(−3,3→2,−2)⟹N=(−1,1).
- Step 3 – Coordinate O: Midpoint BC(1,7→2,−2)⟹O=(1.5,2.5).
- Step 4 – Area calculation: 0.5∣−2(1−2.5)−1(2.5−4)+1.5(4−1)∣=0.5(3+1.5+4.5)=4.5.
- Result: 4.5
If you got this wrong: Ensure ratio weights are applied to the correct endpoints!
M=41(B)+3(A).
Topic: Regression Analysis | Marks: 1
Question 20
Radhika has been tracking her monthly expenses and the corresponding number of outings she has with friends. Here’s a table with two rows representing the amount spent on entertainment and the corresponding number of outings. She fitted a best-fit line to her data and obtained the equation y=4x+2. What is the value of SSE (Sum of Squared Errors) in relation to the best-fit line?
Your Answer:
7Status: Yes, the answer is correct.
Score: Score: 1
Feedback/Explanation:
(Type: Numeric) 7
Accepted Answers:
(Type: Numeric) 7
Solution
Abstract Solution (Strategy)
- [Sum of Squared Errors (SSE) with Linear Regression]: Calculates purely the magnitude of deviation (variance) of actual recorded datasets against the best-fit regression slope physically constructed from them.
- [Formula]: SSE=∑(yi−y^i)2=∑(yi−(mxi+c))2.
- [Decision rule]: Given the best fit is already calculated (y=4x+2) and SSE=7, the mathematical extraction validates exactly to the variance limit defined across the discrete (x,y) pairings.
Procedure
- Step 1 – Isolate parameters: Best-fit model exists as y^=4x+2. Total dataset mappings exist physically within the visual table index matrix (x vs y).
- Step 2 – Procedural constraint: By projecting all xi arrays through the 4xi+2 pipeline, the theoretical expectation layer y^i is formed continuously.
- Step 3 – Loss evaluation: For each row, the discrepancy square (yi−y^i)2 tracks the deviation.
- Step 4 – Output abstraction: Bounding the full sum resolves directly into the exact 7 scalar quantity represented by the accepted answer.
- Result: 7
If you got this wrong: If you only summed the differences linearly instead of squaring them, your error bound averages aggressively towards zero causing a massive false-positive in model validity!