The given line -s 5x - 3y = 0, or y = 5x / 3, and so it has gradient 5 / 3.
(a) A line parallel to it will thus also have a gradient of 5 / 3. You want the specific line through (3/4, 7/8).
Since the line through (a, b) with gradient m is y - b = m(x - a), we have:
y - 7/8 = 5/3 * (x - 3/4)
24y - 21 = 40(x - 3/4) = 40x - 30
40x - 24y - 9 = 0
(b) A line perpendicular to the given line will have a gradient m such that m * 5 / 3 = -1. That is, m = -3 / 5 You want the specific line through (3/4, 7/8).
Since the line through (a, b) with gradient m is y - b = m(x - a), we have:
y - 7/8 = -3/5 * (x - 3/4)
40y - 35 = -24(x - 3/4) = -24x + 18
24x + 40y - 53 = 0