Answer: (4x+12) - (2x-5)
Step-by-step explanation: The (4x+12) is positive and the (2x-5) is negative.
Answer: Yes he will be
Step-by-step explanation:
To find out if Ted can afford the car, find the future value of $4,300 in three years.
First convert the number of years and rates to quarterly values as this is the compounding period:
Term = 3 * 4 quarters = 12 quarters
Rate = 5.5% / 4 = 1.375% per quarter
Future value = Amount * ( 1 + rate) ^ term
= 4,300 * ( 1 + 1.375%)¹²
= $5,065.69
<em>Considering that Ted makes $5,065.69 in 3 years, he will be able to buy a car that costs $4,700.</em>
Answer:
4.8%
Step-by-step explanation:
Step 1: divide the numerator by denominator
Step 2: Multiply 100 with the answer.
....................................................................
6/125 = 0.048
0.048 * 100
=4.8%
I think that 2/4 would be bigger because 2/4 is the same as 1/2 and 1/2 is bigger than 1/8. Imagine a pizza, if i have 1/2 of a whole pizza i would have more pizza than a friend who had 1/8 of the whole pizza.
I hope this helps :)
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.