aisha9088
aisha9088
02-05-2021
Mathematics
contestada
what is
if 5y +2x
simplify 2y×4x
Respuesta :
Ashfasq77
Ashfasq77
02-05-2021
Answer:
2*x
Step-by-step explanation:
mark brainliest
Answer Link
VER TODAS LAS RESPUESTAS ( 48+ )
Otras preguntas
Which of these refer to a steady combination of chords creating a calm, soothing sound? (LOL I have one more question in ‘arts’ aka ‘the elements of music’) A.
Select the correct answer. The length of a rectangular park is 20 feet longer than the width of the park. If the length of the park is 36 feet, what is the widt
Why might an author most likely use short sentences in a row in a work of fiction ? A) to emphasize an abstract idea B) to illustrate a complex idea C) to d
Avoid simply repeating the definition of a run-on.
A speed-time graph is shown below: A Speed versus Time graph is shown with y-axis labeled position in centimeters per second up to 2 and x-axis labeled time in
2. The author describes the sequence of events in Muhammad's life. Which of the following events occurred before the Battle of Uhud, in which Muhammad's uncle w
Use common factors to write two fractions equivalent to 6/24
If f(x) = 3x - 1 and g(x) = x + 2, find (1-9)(x).
What was the result of Pike’s expedition? a. Pike wrote a book recounting from memory his expeditionary exploits.b. Pike published detailed maps that showed Ame
Consider the following recursive method: public int someFun(int n) { if (n <= 0) return 2; else return someFun(n-1) * someFun(n-1); } (a) When the program ca