Standard form : Ax + By = C
y - 4 = 0
y = 4...this is a horizontal line and a horizontal line has a 0 slope
so in standard form, ur equation is : 0x + y = 4
Is there a picture for this question or options ?
Answer:
Step-by-step explanation:
#1 Number of ways picking 2 from 6 = 6C2 = 15
#2 Arranging them in a circle (consider 1 pair AB)
can be done
1,5 (ABBBBB) or (5,1)
2,4 ( AABBBB) or (4,2)
3,3
1,1 (ABABAB)
all up = 7 ways
#3 = product of #1 and #2 = 15x7 = 105
The 2nd choice down in correct.
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3