If you are adding the fractions themselves it would be 9/17. If the /'s are for division it's 0.53
Answer:
5.05
Step-by-step explanation:
3.25+1.80=5.05
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8
Step-by-step explanation:
The standard of a linear equation is Ax +By = CAx +By =C. rewrite the equation with the slides flippy. 3x +6 = y3 x + 6= y
HOPE IT HELPS
mark me brianlist
Answer:
y = - 3x + 21
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
y = - 3x + 4 ← is in slope- intercept form
with slope m = - 3
Parallel lines have equal slopes , then
y = - 3x + c ← is the partial equation
To find c substitute (7, 0 ) into the partial equation
0 = - 21 + c ⇒ c = 0 + 21 = 21
y = - 3x + 21 ← equation of parallel line