It would cost about $4.86!
Answer:
Firstly
f(x)=3x-2=y then
Interchanging x and y we get
x=3y-2
x+2=3y
y=(x+2)/3
f-1(x)=(x+2)/3
f-1(13)=(13+2)/3
f-1(13)=5
Answer:
First odd number = 13
Second odd number = 15
Step-by-step explanation:
Let
First odd number = 2x + 1
Second odd number = 2x + 3
According to given conditions:
32 + 2x + 1= 3 (2x + 3)
33 + 2x = 6x + 9
Taking terms with x to left and constants to right
2x - 6x = 9 - 33 (sign of transferred terms will be changed)
-4x = -24
Dividing both sides by -4
x = -24/-4
x =6
So,
First odd number = 2x + 1 = 2*6 + 1 = 12 + 1 =13
Second odd number = 2x + 3= 2*6 +3= 12 + 3 = 15
I hope it will help you!
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)