Center c and a scale factor of 2
Answer:
The fifth line contains the error.
Step-by-step explanation:
Line 1 is the equation.
Lines 2, 3, and 4 are correct.
The error is in the 5th line.
The square root of a negative number is not a real number, so if this problem is solved only with real numbers, there is no solution.
If imaginary numbers are allowed, then the last line should read:
Answer:
b=15 g=25
Step-by-step explanation:
lets translate that story problem to mathematics equations
the problem told that no. of girls are 10 more than no of boys so this will =
g=b+10
then in class there are 40 students that means
g+b=40
now we have to equations with two variables then we should substitute
(b+10)+b=40
lets remove the brackets
2b+10=40 subtract 10 from both sides
2b=30 now divide both by 2
b=15 so g=25 after you write the equation once again with the new proof or number
false... even if you got 100 on the next test, you would only have an 84 average
Hope this helped!!! :) (comment if you don't understand)
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.