1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
TEA [102]
3 years ago
11

Solve: 1. 1/6y− 1/2 =3− 1/2y 2. 4x+1/15 = 2x/10

Mathematics
1 answer:
kogti [31]3 years ago
5 0

<u>Answer:</u>

<em>First Equation → </em><u><em>y = 21/4</em></u>

<em>Second Equation → </em><u><em>x = -1/57</em></u>

<u />

<u>Explanation:</u>

<em>solving equation #1</em>

<em></em>

step 1 - simplify

<em></em>

\displaystyle\frac{1}{6}y - \displaystyle\frac{1}{2} = 3 - \displaystyle\frac{1}{2}y\\\\\displaystyle\frac{1}{6}* \displaystyle\frac{y}{1}  - \displaystyle\frac{1}{2} = 3 - \displaystyle\frac{1}{2}* \displaystyle\frac{y}{1}\\\\\displaystyle\frac{y}{6} - \displaystyle\frac{1}{2} = 3 - \displaystyle\frac{y}{2}

step 3 - multiply each side of the equation by six

\displaystyle\frac{y}{6} - \displaystyle\frac{1}{2} = 3 - \displaystyle\frac{y}{2}\\\\\displaystyle\frac{y}{6} * \displaystyle\frac{6}{1}- \displaystyle\frac{1}{2} * \displaystyle\frac{6}{1}= \displaystyle\frac{3}{1} *\displaystyle\frac{6}{1} - \displaystyle\frac{y}{2}* \displaystyle\frac{6}{1}\\\\y - 3 = 18 - 3y

step 4 - add three to both sides of the equation.

y - 3 = 18 - 3y\\\\y-3+3=18+3-3y\\\\y = -3y+21

step 5 - add three y to both sides of the equation.

y = -3y+21\\\\y+3y = -3y+3y+21\\\\y+3y=21

step 6 - simplify

y+3y=21\\\\4y=21

step 7 - divide both sides of the equation by four

4y=21\\\\\displaystyle\frac{4y}{4} = \displaystyle\frac{21}{4}\\ \\y = \displaystyle\frac{21}{4}

Therefore, the solution to the first given equation is <u><em>y = 21/4 </em></u><em>or y = 5.25.</em>

<u><em /></u>

<em>solving equation #2</em>

<em />

step 1 - simplify.

4x + \displaystyle\frac{1}{15}  = \displaystyle\frac{2x}{10} \\\\4x + \displaystyle\frac{1}{15}  = 2*\displaystyle\frac{x}{10}\\\\4x+\displaystyle\frac{1}{15}  = \displaystyle\frac{x}{5}

step 2 - multiply each side of the equation by five.

4x+\displaystyle\frac{1}{15}  = \displaystyle\frac{x}{5}\\\\\displaystyle\frac{4x}{1}* \displaystyle\frac{5}{1}  +\displaystyle\frac{1}{15} * \displaystyle\frac{5}{1}  = \displaystyle\frac{x}{5}* \displaystyle\frac{5}{1} \\\\20x + \displaystyle\frac{1}{3} = x

step 3 - subtract twenty x from each side of the equation.

20x + \displaystyle\frac{1}{3} = x \\\\20x -20x+ \displaystyle\frac{1}{3} = x -20x\\\\\displaystyle\frac{1}{3} = -19x

step 4 - divide each side of the equation by negative nineteen.

\displaystyle\frac{1}{3} = -19x\\\\\displaystyle\frac{\displaystyle\frac{1}{3} }{-19} = \displaystyle\frac{-19x}{-19} \\\\-\displaystyle\frac{1}{57} = x

step 5 - switch

-\displaystyle\frac{1}{57}  =x\\\\x = -\displaystyle\frac{1}{57}

Therefore, the solution to the second equation is <em><u>x = -1/57.</u></em>

You might be interested in
Value of 8 power of -3
lozanna [386]

Answer:


Step-by-step explanation:8^{-3} =\frac{1}{8^{3} } =\frac{1}{8X8X8} =\frac{1}{512}


7 0
3 years ago
The object shown is made of glass. What is it called?
insens350 [35]
The answer is : Prism

hope this helps !
7 0
3 years ago
Read 2 more answers
Please help me answer question B!
skelet666 [1.2K]

Answer:

  • The program counter holds the memory address of the next instruction to be fetched from memory
  • The memory address register holds the address of memory from which data or instructions are to be fetched
  • The memory data register holds a copy of the memory contents transferred to or from the memory at the address in the memory address register
  • The accumulator holds the result of any logic or arithmetic operation

Step-by-step explanation:

The specific contents of any of these registers at any point in time <em>depends on the architecture of the computer</em>. If we make the assumption that the only interface registers connected to memory are the memory address register (MAR) and the memory data register (MDR), then <em>all memory transfers of any kind</em> will use both of these registers.

For execution of the instructions at addresses 01 through 03, the sequence of operations may go like this.

1. (Somehow) The program counter (PC) is set to 01.

2. The contents of the PC are copied to the MAR.

3. A Memory Read operation is performed, and the contents of memory at address 01 are copied to the MDR. (Contents are the LDA #11 instruction.)

4. The MDR contents are decoded (possibly after being transferred to an instruction register), and the value 11 is placed in the Accumulator.

5. The PC is incremented to 02.

6. The contents of the PC are copied to the MAR.

7. A Memory Read operation is performed, and the contents of memory at address 02 are copied to the MDR. (Contents are the SUB 05 instruction.)

8. The MDR contents are decoded and the value 05 is placed in the MAR.

9. A Memory Read operation is performed and the contents of memory at address 05 are copied to the MDR. (Contents are the value 3.)

10. The Accumulator contents are replaced by the difference of the previous contents (11) and the value in the MDR (3). The accumulator now holds the value 11 -3 = 8.

11. The PC is incremented to 03.

12. The contents of the PC are copied to the MAR.

13. A Memory Read operation is performed, and the contents of memory at address 03 are copied to the MDR. (Contents are the STO 06 instruction.)

14. The MDR contents are decoded and the value 06 is placed in the MAR.

15. The Accumulator value is placed in the MDR, and a Memory Write operation is performed. Memory address 06 now holds the value 8.

16. The PC is incremented to 04.

17. Instruction fetch and decoding continues. This program will go "off into the weeds", since there is no Halt instruction. Results are unpredictable.

_____

Note that decoding an instruction may result in several different data transfers and/or memory and/or arithmetic operations. All of this is usually completed before the next instruction is fetched.

In modern computers, memory contents may be fetched on the speculation that they will be used. Adjustments need to be made if the program makes a jump or if executing an instruction alters the data that was prefetched.

4 0
2 years ago
Because of an accident Royce was involved in, his insurance company has increased his annual premium for auto insurance
Vesna [10]

Answer:

New Premium = $571.24

Step-by-step explanation:

Current premium = $22.50  + $144.75  +  $275.75   + $100.00 = $543.00

New Premium = Current Premium x (1 + 0.052)

New Premium = $543.00 x 1.052

New Premium = $571.24

8 0
3 years ago
What is the VALUE of the place underlined? (Do not give the name.) 706​
Andreyy89

Answer:

There is no placed underlined in the statement of the problem.

Step-by-step explanation:

But, the 7 is in the hundreds place,

the 0 is in the tens place, and

the 6 is in the ones place.  :-))))

5 0
2 years ago
Read 2 more answers
Other questions:
  • Factor <br> h^2-4k^2+4h-8k
    14·1 answer
  • The slopes of perpendicular lines are
    8·2 answers
  • Find (f/g)(x) f(x)=4x+1 g(x) =3x-4
    14·1 answer
  • Steven starts a savings account with $10,000. He earns 7% annual interest. How much will be in the account after 6 years. Round
    13·1 answer
  • Can someone please help me?
    9·1 answer
  • Of the 50 states in the United States, 14 have an Atlantic Ocean coastline and 5 have a Pacific Ocean coastline. What fraction o
    9·2 answers
  • Answer quick for brainliest &lt;3
    6·1 answer
  • Let f(x)=7x-4 <br><br> what is f(6)?
    9·2 answers
  • Ben buys baseboard for a bedroom. The perimeter of the bedroom, excluding
    12·1 answer
  • The graph of which function has a y-intercept of 3?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!