Ivan only, because an odd number of negatives does not always make negatives while an even number does.
If it was a 75% discount, then u r actually paying 25%
so....25% of the original price is $ 11
0.25x = 11
x = 11 / 0.25
x = 44 <=== the original price
Let the digit in the tens place be x
tens place = x (therefore the value is 10x)
ones place = x + 7
The number is 10x + x + 7
Add 26 to it
10x + x + 7 + 26 = 11x + 33
It is 5 times the sum of the digit
11x + 33 = 5(x + x + 7)
11x 33 = 10x + 35
x = 2
x+ 7 = 2 + 7 = 9
So the number is 29
Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23