Answer:
x=8
Step-by-step explanation:
The ratio of a side of PQRS to the corresponding side in TUVW. is 6:4=3:2.
The ratio of RS:VW=3:2. RS=12, and VW=x. 12:x=3:2. 3 multiplied by 4 is 12, so 2 multiplied by 4 is x. So, the makes x=8.
Really,

Simple Calculator Calculation
Answer:
Option B is correct
Step-by-step explanation:
The equation of a straight line is given as;
y = mx + b
where m is the slope and b is y-intercept
Let’s evaluate the options one after the other;
A. This is wrong as they both have same slope of 2
C. The y-intercepts are not the same
One is 5, the other is -3
D. This is wrong, the line cannot be the same
Option B is correct
The y-intercept of both varies
While 1 is already appreciated, the other is coming back
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.
Answer:
y = (-1/2)x -3
Step-by-step explanation:
We are given
y = 2x-17
which is in slope-intercept form: y = mx +b
Where m is the slope. so, m= 2
But this is perpendicular, When a line is perpendicular then the slope become -1/m so in our case the slope m will be = -1/2
Using the point(-8,1) we can find the b i.e the y intercept
We have x = -8, y =1 and m=-1/2
y = mx + b
1 = (-1/2)(-8) + b
1 = 4 + b
=> b = 1-4
b = -3
The equation of slope intercept form will be
y = mx + b
Putting value of m= -1/2 and b = -3
y = (-1/2)x -3