It should be the first answer choice between those two
Given:
'a' and 'b' are the intercepts made by a straight-line with the co-
ordinate axes.
3a = b and the line pass through the point (1, 3).
To find:
The equation of the line.
Solution:
The intercept form of a line is
...(i)
where, a is x-intercept and b is y-intercept.
We have, 3a=b.
...(ii)
The line pass through the point (1, 3). So, putting x=1 and y=3, we get



Multiply both sides by a.

The value of a is 2. So, x-intercept is 2.
Putting a=2 in
, we get


The value of b is 6. So, y-intercept is 6.
Putting a=2 and b=6 in (i), we get

Therefore, the equation of the required line in intercept form is
.
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
1000ft > 300 yd
1ft=3yd
1000ft=333.33yd