Answer:
Runner A is faster than Runner B.
Runner B had a head start.
Explanation:
Hope i could help
Answer:
C
Explanation:
(-2x-9y^2)(-4x-3)
Distributing -2x:
-2x * -4x = 8x^2
-2x * -3 = 6x
Distributing -9y^2:
-9y^2 * -4x = 36xy^2
-9y^2 * -3 = 27y^2
8x^2+6x +36xy^2 + 27y^2
I asked the same question and got this as an answer. Hope this helps! :)
Pull over and let the car behind you pass
The code that read two numbers from user input, then, print the sum of those numbers are as follows:
x = int(input("write a number: "))
y = int(input("write another number: "))
print(x + y)
<h3 /><h3>Code explanation</h3>
- The first line of code ask the user for a number input. The integer input is stored in a variable x.
- The second line of code ask the user for another number input . The integer input is stored in a variable y.
- Finally, we print the sum of the user's input.
learn more on python code here: brainly.com/question/15183327?referrer=searchResults
how may i ask bc it does not say and how many points or something or am i taking this too literally