Ask Question
1 March, 10:06

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

+4
Answers (2)
  1. 1 March, 12:09
    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; ...
  2. 1 March, 12:57
    0
    -3 and 8
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What two numbers multiply to get 24 and add to get 5 ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers