kachigga911 kachigga911
  • 02-10-2020
  • Mathematics
contestada

2) - (6n-1)=-2n-15
I do not know :(

Respuesta :

Space
Space Space
  • 02-10-2020

Answer:

n = 4

Step-by-step explanation:

Step 1: Write equation

-(6n - 1) = -2n - 15

Step 2: Solve for n

  1. Distribute negative: -6n + 1 = -2n - 15
  2. Add 6n to both sides: 1 = 4n - 15
  3. Add 15 to both sides: 16 = 4n
  4. Divide both sides by 4: n = 4

Step 3: Check

Plug in n to verify it's a solution.

-(6(4) - 1) = -2(4) - 15

-(24 - 1) = -8 - 15

-(23) = -23

-23 = -23

Answer Link
therealednamoe
therealednamoe therealednamoe
  • 02-10-2020

Answer:

If you're looking for n it's n=4

Step-by-step explanation:

...

Answer Link

Otras preguntas

Factor 4x 2 + 12x + 5 . (2x + 5)(2x + 1)
I don’t understand how to do number 38
Describe Seymour Brenner's contribution to cracking the genetic code with respect to translation.
3 hats cost a total of $18. Which equation describes the total cost, C, in terms of hats, n
What is the modern design capital?
Mark paid $2 94 in sales tax on an item that cost $42.00 before tax. At that rate, how much would he pay in sales tax for an item that costs $58.00 before tax?
What is the most significant result of the ruling in marbury v. Madison?
PLEASE HELP ME???? The weighted credit for a B+ average in a weighted class is _____. A. 3.0 B. 3.33 C. 3.66 D. 4.0
Where is the circumcenter located in any right triangle?
What is the output of the code snippet given below? int i; int j = 0; for (i = 0; i < 5; i++) { if (i % 2 == 0) { i = i + 2; j++; }