Answer:
x=9
Step-by-step explanation:
when two chords intersects each other, then the product of their segments is equal.
JNxNK = LN x NM
3 *x = 2 * 6
x = (3*6)/2 = 18/2 = 9
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
Answer:
nuber 1
Simplifying
3x + 2y = 35
Solving
3x + 2y = 35
Solving for variable 'x'.
Move all terms containing x to the left, all other terms to the right.
Add '-2y' to each side of the equation.
3x + 2y + -2y = 35 + -2y
Combine like terms: 2y + -2y = 0
3x + 0 = 35 + -2y
3x = 35 + -2y
Divide each side by '3'.
x = 11.66666667 + -0.6666666667y
Simplifying
x = 11.66666667 + -0.6666666667y
5:3
5 to 3
5/3
Is that what you are looking for?