Answer:
<u>The number is 67</u>
Step-by-step explanation:
<u>Equations</u>
Let's consider the number 83. The tens digit is 8 and the unit digit is 3. Note the tens digit's addition to the number is 80, and the unit's addition is 3. This means the tens digit adds 10 times its value, that is, 83 = 8*10 + 3.
Now, let's consider the number ab, where a is the tens digit, and b is the unit digit. It follows that
Number=10*a+b
The question gives us two conditions:
1) The sum of a two-digits number is 13.
2) The tens digit is 8 less than twice the units digit.
The first condition can be expressed as:
a + b = 13 [1]
And the second condition can be written as:
a = 2b-8 [2]
Replacing [2] into [1], we have:
2b-8 + b = 13
Operating:
3b = 13 + 8
3b = 21
Solving for b:
b = 21 / 3 = 7
Substituting into [2]:
a = 2*(7) - 8 = 6
Thus, the number is 67
Answer:
The patient would receive 1.05mg of the drug weekly.
Step-by-step explanation:
First step: How many mcg of the drug would the patient receive daily?
The problem states that he takes three doses of 50-mcg a day. So
1 dose - 50mcg
3 doses - x mcg
x = 50*3
x = 150 mcg.
He takes 150mcg of the drug a day.
Second step: How many mcg of the drug would the patient receive weekly?
A week has 7 days. He takes 150mcg of the drug a day. So:
1 day - 150mcg
7 days - x mcg
x = 150*7
x = 1050mcg
He takes 1050mcg of the drug a week.
Final step: Conversion of 1050 mcg to mg
Each mg has 1000 mcg. How many mg are there in 1050 mcg? So
1mg - 1000 mcg
xmg - 1050mcg
1000x = 1050

x = 1.05mg
The patient would receive 1.05mg of the drug weekly.
f(3) is equal to -101.
<u>Step-by-step explanation</u>:
- The sequence is followed by f(0)=4
- The given expression is f(n+1)= -3f(n)+1
Put n=0,
f(0+1)= -3f(0)+1
f(1)= -3(4)+1
f(1)= -12+1 = -11
Put n=1,
f(1+1)= -3f(1)+1
f(2)= -3(-11)+1
f(2)= 33+1 = 34
Put n=2,
f(2+1)= -3f(2)+1
f(3)= -3(34)+1
f(3)= -102+1
f(3)= -101
Attached the solution and work.