mkrieg24
mkrieg24 mkrieg24
  • 20-12-2021
  • Mathematics
contestada

Could some please help and explain?

Could some please help and explain class=

Respuesta :

coolstick
coolstick coolstick
  • 20-12-2021

Answer:

x = 7

Step-by-step explanation:

A rhombus is a parallelogram where all sides are equal. Therefore, as we know two sides are equal to 7x+8 and 9x-6, we can say that

7x+8 = 9x - 6

subtract 7x from both sides to put the variable on one side

2x - 6 = 8

add 6 to both sides to isolate the variable and its coefficient

2x = 14

divide both sides by 2 to isolate x

x = 7

Answer Link

Otras preguntas

Term for the legal age that a student becomes an adult.
Which refrigerant has recently been approved for use in automobile applications as an alternative to R-134a? 1) R-1234yf 2) R-404A 3) R-410A 4) R-22
In paragraphs 9, 10, and 12, the details support the key idea that the Ancestral PuebloansA. developed new construction skills B. frequently faced challenges in
Which heart performance factor uses the Frank-Starling Law?A. PreloadB. AfterloadC. ContractilityD. Heart rate
What did the Cherokees do in hope the Americans would leave their land alone?
When an automated external defibrillator (AED) is available to use, what would the nurse do first when witnessing a person fall and become unresponsive and puls
How long do you need overhead cover after firing the m982 excal?
Find the measure of the missing angles.
Simplify 4−3.5y+​(−7.4y​)+6.4.
Consider the following code segments. I. int k = 1; while (k <20) { } if (k % == 1) { System.out.print( k + " "); . } } k = k + 3; II. for (int k = 1; k<