The answer should be A
please let me know if this is wrong
42 feet to 6 feet can be written as both ratio and a fraction:
42:6
42/6
If we look at the fraction, we can clearly see that we can simplify it:
42/6 = 7/1 = 7
So we can write the ratio in its lowest terms as 7:1.
Answer:
32.8 miles
Step-by-step explanation:
Amy is driving to Seattle. Suppose that the remaining distance to drive (in miles) is a linear function of her driving time (in minutes). When graphed, the function gives a line with a slope of -0.95. See the figure below. Amy has 48 miles remaining after 31 minutes of driving. How many miles will be remaining after 47 minutes of driving?
Answer: The general equation of a line is given as y = mx + c, where m is the slope of the line and c is the intercept on the y axis. Given that the slope is -0.95, substituting in the general equation :
y = -0.95x + c
Amy has 48 miles remaining after 31 minutes of driving, to find c, we substitute y = 48 and x = 31. Therefore:
48 = -0.95(31) + c
c = 48 + 0.95(31)
c = 48 + 29.45
c = 77.45
The equation of the line is
y = -0.95x + 77.45
After 47 minutes of driving, the miles remaining can be gotten by substituting x = 47 and finding y.
y = -0.95(47) + 77.45
y = -44.65 + 77.45
y = 32.8 miles
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.