Ask Question
27 July, 19:09

What two numbers multiply to get 24 and add to get 5

+3
Answers (2)
  1. 27 July, 19:19
    0
    -3 and 8
  2. 27 July, 22:38
    0
    Step-by-step explanation:

    function finder ($add,$product) {

    $inside_root = $add*$add - 4*$product;

    if ($inside_root >=0) {

    $b = ($add + sqrt ($inside_root)) / 2;

    $a = $add - $b; ...
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What two numbers multiply to get 24 and add to get 5 ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers