camronwalker
camronwalker
02-12-2020
Mathematics
contestada
2/3 + -4/5. Show your work!
Respuesta :
exlitifyy
exlitifyy
02-12-2020
Cross multiplication 2 x 5 = 10 3 x -4 = 12 put that on top as 10 - 12 then do the bottom 3 x 5 = 15 then 10 -12 = -2 Rewrite the fraction it should be -2/15 sorry if I’m wrong :(
Answer Link
VER TODAS LAS RESPUESTAS ( 49+ )
Otras preguntas
I need help with a speech and i am stuck so please help the question is why giving phones to teens comforts them?
find the remainder when x51+x is divided by x+1
What happened to Charles I ?
Jasmine's dessert takes 3½ minutes to cook in the microwave. How many seconds is this?
Name the two scales that are used to measure earth intensity
1. The French Revolution resulted in
Square Root of 100 minus square root of 9
Three consecutive integers have a sum of 75. Find the integers
A tennis player tosses a tennis ball straight up and then catches it after 2.00 seconds at the same height as the point of release.
what is the output of executing the code segment? a, b, c = False, True, False if a or b: print('A', end = ' ') else: print('B', end = ' ') if not b: print('C',