Seudónimo Seudónimo
  • 11-11-2020
  • Mathematics
contestada

What is the answer to this question?
will get awarded with brainliest!
(6x-7)(2x+5)

Respuesta :

jadeandlauren
jadeandlauren jadeandlauren
  • 11-11-2020
12x^2 + 16x - 35
hope it helps
Answer Link

Otras preguntas

Which phrase describes a feature of a constitutional liberal democracy? A- closed-session voting without journalists present B- a highly centralized government
Determine if the following table represents a quadratic function.x 1 23 4 5y 13 22 37 58 85(1 point)​
PLEASE HELP!!!! i need to compare and contrast between Mohandas Gandhi and augusto pinochet!! needs 500-600 words or just try and make it long please!!!
Given the sequence 4, 8, 16, 32, 64, ..., find the explicit formula. A. an=10(2n−1) B. an=5(2n−1) C. an=4(2n−1) D. an=20(2n−1)
What is the constant term for 4x-2y+3
A bag contains five tokens numbered 2, 3, 6, 7, and 8. Two tokens are taken in succession out of the bag without replacement. A) Create the probability distribu
Please help me. What is the y intercept of the graph shown below?
Data pertaining to the current position of Forte Company are as follows: Cash $412,500 Mar
Which of the following statements are TRUE regarding the sale of a long position in a restricted long margin account? I. 50% of the proceeds of the sale are
Will the Python code below print something? And will it terminate? def print_n(s, n): if n > 0: print(s) print_n(s, n-1) return n n = 3 while print_n(