<span><span>DO use multiplication sign '*' (the STAR) symbol. For the simplifier, xy is NOT the same as x*y or yx. Simplifier thinks that xy is a separate variable. Good example: x*y-y*(x+2). Bad example: xy-y(x+2).</span>DO use '*' when multiplying a variable by an expression in parentheses: x*(x+2). Otherwise, my simplifier will think that you are trying to use a function and will become confused.Use parentheses liberally to avoid any ambiguity. (x+y)/(x-y) is NOT the same as x+y/x-y. x+y/x-y means x+(y/x)-y.</span>Operations<span>Use '*' (STAR) for multiplication. 2*3 is legal, 2x3 will be misunderstood.Use '^' (CARET) for power. 2^3 means 2 to degree of 3, or 8.Use '/' (FORWARD SLASH) for divisionOnly '(' and ')' (parentheses) are allowed for grouping terms. Curly or square brackets are used for other purposes.</span>
Operation priority: + and - have lowest priority, * and / h
Good Examplesx*y-x*(y+2) <-- '*' is used for multiplications
a^b*3 <-- means (a to the degree of b) multiplied by 3
Bad examples<span>xy-yx <-- variable xy and variable yx are different variables
y(x-2) <-- simplifier will think that it is function y of x-2.</span>
Answer:
Tenía que hacerlo en menos de 2 minutos a más de 240 km/h
Step-by-step explanation:
La velocidad normal dada para completar el circuito de 6.000 metros = 240 km/h
El tiempo normal que se tarda en completar el circuito de 6000 metros = 2 minutos
Dado que Hamilton estableció el récord de vuelta, el tiempo que tuvo que hacer para recorrer el récord de vuelta es de 6000 metros en menos de 2 minutos
La velocidad media con la que lo hizo es de más de 240 km/h.
Problem One
Find AM
AM = 71.5 - 22 = 49.5
Step Two
State the Givens.
AM = 49.5
MN = 71.5
MB = x
MP = 97.5
Step Three
Set up the Proportion
AM : NM :: x : PM
49.5 : 71.5 :: x : 97.5
Substitute and solve
49.5 / 71.5 = x / 97.5 Cross Multiply
49.5 * 97.5 = 71.5 * x Combine the numbers on the left.
4860.375 = 71.5 * x Divide by 71.5
4860.375 / 71.5 = x
x = 67.98
Problem Two
Remark
This is just a straight application of the Pythagorean Theorem
a^2 + b^2 = c^2
a = 10
b = 24
c = ??
10^2 + 24^2 = c^2
100 + 576 = c^2
676 = c^2
sqrt(c^2) = sqrt(676)
c = 26 <<<< answer
Answer: it will take them 48 minutes.
Step-by-step explanation:
John can mow a lawn in 80 minutes. This means that the rate at which he moans the lawn per minute is 1/80
Rocky can mow the same lawn in 120 minutes. This means that the rate at which Rocky can mow the same lawn per minute is 1/120
If they work together, they would work simultaneously and their individual rates are additive. This means that their combined working rate would be
1/80 + 1/120 = 200/9600 = 1/48
Assuming it takes t hours for both of them to clean the room working together, the working rate per hour would be 1/t. Therefore,
1/48 = 1/t
t = 48 minutes