Answer:
The LCD in 1/30 + 1/24 is <u>90</u>.
lets say there are 100 girls.
4/5 of 100 is 80, so 80 girls have brown hair.
3/4 of the 80 who have brown hair have long hair.
3/4 of 80 is 60.
so we know that out of 100, 60 have long brown hair.
in simplest fraction form, 60/100= 3/5
The answer to your question is 77 because the formula for area for a triangle is A=1/2BH and the base is 11 feet and the height is 14 feet. So, (14•11)/2 is 77. Therefore, 77 squared feet is the answer.
Hello,
A=(3,-4)
B=(-2,-1)
m=(-4+1)/(3+2)=-3/5
==============
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.