Answer:
x = 5 and y = 3
Step-by-step explanation
y crosses out so you are left with
4x = 20 (divide by 4)
x = 5
plug x into either equation
5 + y = 8 (subtract 5)
y = 3
Answer:
2.718
Step-by-step explanation:
The thousandths place is 3 to the right of the decimal (the 8).
Since the next number is 2, the number stays the same and does not round up.
Hope this helps :)
Answer:
Ok so u know to divide bc u r trying to isolate the variable and that means undoing the function in this case 0.6 is multiplied to p so u do the opposite which is division
tada
Hope this helps :)
Pls give brainliest XD :)
Answer:
The correct option is (c).
Step-by-step explanation:
The given number is -0.904.
We need to represent the number in scientific notation.
Any number can be written in scientific notation as follows :

Where
a is a real number and b is an integer
We can write it as follows :

Hence, the correct option is (c).
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15