35% * X = 35
first you would change 35% to .35
then the equation would be .35 * X = 35
next you would divide .35 from both sides making the equation-
x = 100
then to check plug it in
.35 * 100 = ?
.35 * 100 = 35
want me to message you how to i did it?
Answer:
23 r1
Step-by-step explanation:
23 R 1
28/653
-56
93 bring down three
92
=1 which is remainder
28*2=56
28*3=92
Answer:
45
Step-by-step explanation:
6/2 = 3
42+3 = 45
Answer:
They'll reach the same population in approximately 113.24 years.
Step-by-step explanation:
Since both population grows at an exponential rate, then their population over the years can be found as:

For the city of Anvil:

For the city of Brinker:

We need to find the value of "t" that satisfies:
![\text{population brinker}(t) = \text{population anvil}(t)\\21000*(1.04)^t = 7000*(1.05)^t\\ln[21000*(1.04)^t] = ln[7000*(1.05)^t]\\ln(21000) + t*ln(1.04) = ln(7000) + t*ln(1.05)\\9.952 + t*0.039 = 8.8536 + t*0.0487\\t*0.0487 - t*0.039 = 9.952 - 8.8536\\t*0.0097 = 1.0984\\t = \frac{1.0984}{0.0097}\\t = 113.24](https://tex.z-dn.net/?f=%5Ctext%7Bpopulation%20brinker%7D%28t%29%20%3D%20%5Ctext%7Bpopulation%20anvil%7D%28t%29%5C%5C21000%2A%281.04%29%5Et%20%3D%207000%2A%281.05%29%5Et%5C%5Cln%5B21000%2A%281.04%29%5Et%5D%20%3D%20ln%5B7000%2A%281.05%29%5Et%5D%5C%5Cln%2821000%29%20%2B%20t%2Aln%281.04%29%20%3D%20ln%287000%29%20%2B%20t%2Aln%281.05%29%5C%5C9.952%20%2B%20t%2A0.039%20%3D%208.8536%20%2B%20t%2A0.0487%5C%5Ct%2A0.0487%20-%20t%2A0.039%20%3D%209.952%20-%208.8536%5C%5Ct%2A0.0097%20%3D%201.0984%5C%5Ct%20%3D%20%5Cfrac%7B1.0984%7D%7B0.0097%7D%5C%5Ct%20%3D%20113.24)
They'll reach the same population in approximately 113.24 years.
Answer:
1) Decimal 
2) Binary 
3) Octal 
4) Hexadecimal 
Step-by-step explanation:
Given : Integer is 25
To find : Represent integer in decimal, binary, octal, and hexadecimal formats.
Solution :
1) Integer into decimal - To convert into decimal the base goes to 10.
So, 
2) Integer into binary - To convert into binary the base goes to 2, it form in 0 and 1 and we divide integer by 2.
Divide 25 by 2 and note down the remainders.
2 | 25
2 | 12 R=1 ←
2 | 6 R=0 ↑
2 | 3 R=0 ↑
2 | 1 → R=1 ↑
So, 
3) Integer into octal - To convert into octal the base goes to 8 and we divide integer by 8.
Divide 25 by 8 and note down the remainders.
8 | 25
| 3 → R=1
So, 
4) Integer into hexadecimal - To convert into hexadecimal the base goes to 16 and we divide integer by 16.
Divide 25 by 16 and note down the remainders.
16 | 25
| 1 → R=9
So, 