When the bases are diffenrent and the exponents of a and b are the same, we can multiply a and b first:
a n ⋅ b n = (a ⋅ b) n
Example:
32 ⋅ 42 = (3⋅4)2 = 122 = 12⋅12 = 144
When the bases and the exponents are different we have to calculate each exponent and then multiply:
a n ⋅ b m
Example:
32 ⋅ 43 = 9 ⋅ 64 = 576
You want to buy something that costs $98, and it's on sale for 30% off. What is the item's sale price?
First, convert the 30% to a real mathematical number. For percents, this is always done by dividing the 30% by 100%, or 30% / 100% = 0.300.
Second, find out what 30% of $98 is. This is the amount of the sale discount. This is always found by mulitplying 0.300 by the item's cost $98, like this:
0.300 x $98 = $29.40.
So for this sale, you'll save $29.40 on this item.
This means, the cost of the item to you is
$98 - $29.40 = $68.60.
Answer:
x = 2
y = —3
Step-by-step explanation:
3x — 9 = —2x + 1
x = 2
y = —3
Answer:
the first table is a non-linear relationship and the second table is a linear relation ship because the first table as a curve in its line and it is not straight making it non-linear the second table is linear because it forms a straight line making it linear
Step-by-step explanation:
to find a linear relationship place the points on the graph. then if the they form a straight line then your table is linear
Also to find a nonlinear relation ship place the points that are given to you on a graph and if they are not a straight line then they are a nonlinear relationship
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, 