List

■Write an algorithm Only  that will calculate the roots of a quadratic equation

ax^2+bx+c=0

■ Hint: d = sqrt (    b^2-4ac  ), and the roots are:  x1 = (–b + d)/2a   and x2 = (–bd)/2a

62 Responses to “Report (Write an algorithm )”

  1. محمدعبده احمد حسن

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  2. محمد احمد محمد عبدالرحمن عمايم

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no there
    Step4;printx1 and x2

  3. عبدالباري محمد عبدالبارى محمد جسن

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  4. محمد السيد أبو قمر

    step1: input a,b,c
    step2: d = sqrt ( b^2-4ac )
    step3 : if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else no there
    step4; print “x1 and x2”

  5. محمد السيد أبو قمر

    step1: input a,b,c
    step2: d = sqrt ( b^2-4ac )
    step3: if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  6. محمد عزمي محمد محمد عزمي

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  7. هاله ممدوح مصطفى حسن سمره

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no there
    Step4;printx1 and x2

  8. كريم رضا حافظ

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  9. ميار محمد السيد محمد عبدالله

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  10. رنا محمد محمود محمد قورة

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  11. محمد السيد عبدالعاطى

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  12. محمد نبيل ابراهيم السمر ه

    Step1input a ، b ، c
    Step2 ؛ d = sqrt (b ^ 2-4ac)
    Step3 if(d. ^ 0)
    so
    × 1 = (- b + d) / 2a
    x2 = (-bd) / 2a
    else
    no real roots
    Step4 ؛ printx1 و x2

  13. يوسف محمد صلاح

    step1 start
    step2 input a,b,c
    step3 d=sqrt ( b^2-4ac )
    step4 if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    step5 print x1,x2
    step6 end

  14. اسلام ايهاب ماهر السوليه

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  15. اسلام ايهاب ماهر السوليه

    step1: input a,b,c
    step2: d = sqrt ( b^2-4ac )
    step3: if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  16. السيد صبحي السيد

    Algorithm
    Step1/INputa b, c
    Step2/veada b, c
    Step3/check
    B2-4ac=0
    if d >0
    solve x1, x2
    Else
    Printh or ealvoots and if

  17. عبدالوهاب عبدالرحمن احمد عبدالعاطي

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  18. احمد السيد علي عبدالله

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  19. احمد عصام حسن حسن طه

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  20. خالد عبد المقصود عبد المقصود زيادة

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no roots
    Step4;printx1 and x2

  21. خالد عبد المقصود عبدالمقصود زيادة

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no roots
    Step4;printx1 and x

  22. عمرو هشام محمد حسن

    step1;start requesting data from user
    step2: input a,b,c
    step3: d = sqrt ( b^2-4ac )
    step4: if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step5; print “x1 and x2”

  23. Nouran Ahmed Mohammed Ali Elalfy

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  24. احمد ابراهيم صبري ابراهيم ظيه

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  25. محمود عاصم فتحي ابوالخير مصطفي

    step1|start
    Step2|input a,b,c
    Step3| d=sqrt (b^2-4ac)
    Step4|if (d.^0)
    yes
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    no
    no real roots
    Step5|printx1 and x2
    step6|end

  26. Menna atef elzoghby

    step1: input a,b,c
    step2: d = sqrt ( b^2-4ac )
    step3: if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  27. إبراهيم أبو الفتوح عبدالله إبراهيم

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  28. محمود عاصم فتحي ابوالخير مصطفي

    step1|start
    Step2;input a,b,c
    Step3; d=sqrt (b^2-4ac)
    Step4;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step5;printx1 and x2
    step6|end

  29. مصطفى محمد عبدالمولى الناقر

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  30. العزازي الفضل إبراهيم عزازي

    step1:printin a,b,c
    step2:sqrt (d^2-4ac)
    step3:if (d>0)
    then x1=(-b+d)/2a
    ,x2=(-b-d)/2a
    else “لا يوجد”
    step4:printout x1,x2

  31. محمود أحمد حافظ محمود

    step1:printin a,b,c
    step2:d=sqrt (b^2-4ac)
    step3:if (d>0)
    then x1=(-b+d)/2a
    ,x2=(-b-d)/2a
    else “لا يوجد”
    step4: printout x1,x2

  32. السعيد السيد أبو الفتوح حشيش

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  33. بشار محمودعبد الفتاح ابراهيم

    1-input a,b,c
    2- d=sqrt (b^2-4ac)
    3-if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    4-printx1 and x2

  34. احمد سامح محمد جويلي

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  35. محمد محمد نجاح على مصطفي

    Step1 ؛ المدخلات a ، b ، c
    Step2 ؛ d = sqrt (b ^ 2-4ac)
    Step3 ؛ إذا (d. ^ 0)
    ثم
    × 1 = (- b + d) / 2a
    x2 = (-bd) / 2a
    آخر
    لا يوجد
    Step4 ؛ printx1 و x2

  36. محمود عاصم فتحي

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  37. محمد رضا عبدالعزيز

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  38. هاله ياسر أحمد حاتم محمد لبيب

    Step1;read a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

    • أحمد سامي محمود عبد العال

      1-Start
      2-Input a, b, c
      3-Sqrt (2b ^-4ac)
      4-Ifd >0 Then
      Root1 is (-b-d)
      Root2 is (-b+d)
      5-printR1, R2
      6-END.

  39. سارة حامد الالفى

    Step1 ; input a,b,c
    Step2 ; d= sqrt (b^2-4ac)
    Step3 ; if (d>0)
    then
    X1=(-b+d)/2a
    X2=(-b-d)/2a
    else
    No real roots
    Step4; “X1 and X2”

  40. بسمه صلاح عامر حماد

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  41. أحمد سامي محمود عبد العال

    1-Start
    2-Input a, b, c
    3-Sqrt (2b ^ – 4ac)
    4-Ifd >0 Then
    Root1 is (-b-d)/2a
    Root2 is (-b+d) /2a
    5-printR1, R2
    6-END

  42. احمد سمير عبد الرؤف محمد

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no there
    Step4;printx1 and x2

  43. احمد سمير عبد الرؤف محمد

    Step1;read a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  44. عبد الرحمن محمد احمد محمد علي

    Step1;read a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  45. محمود عبد الخالق عبد العزيز الجارحي

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  46. محمود عبد الخالق عبد العزيز الجارحي

    Step1;read a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  47. أميره أبو المعاطي امور منصور

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  48. اميره ابو المعاطي انور منصور

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  49. احمد صلاح محمد السعيد

    Step1:Printin a, b, c
    Step2:sqrt(d^ 2-4ac)
    Step3:if(d>0)
    then x1=(-b+d) /2a
    ,x2=(-b-d)/2a
    else”لايوجد”
    Step4:Printoutx1, x2

  50. احمد صلاح محمد السعيد

    Step1:Printin a, b, c
    Step2:sqrt(d^2-4ac)
    Step3:if(d>0)
    then x1=(-b+d) /2a
    ,x2=(-b-d)/2a
    else”لا يوجد”
    Step4:Printoutx1, x2

  51. احمد احمد عبدالحميد بهرام

    Step 1start
    Step2 input a,b,c
    Step3 d=sqrt(b^2-4ac)
    Step4 if(d.^0)
    Then
    x1=(-b-d)/2a
    else
    no real roots
    Step5 print X1,x2
    Step6 end

  52. السيد عبدالله السيد اسماعيل

    Algorithm
    Step1: input a, b, c
    Step2:Read a, b, c
    Step3:check if (d=b*b-4ac>or=0 )
    Then
    Solve x1, x2
    Else
    No real roots
    Step4:print x1, x2

  53. طارق ابراهيم علي حسن

    الخطوة 1: إدخال a ، b ، c
    step2: d = sqrt (b ^ 2-4ac)
    step3: if (d> 0)
    ثم
    x1 = (–b + d) / 2a
    x2 = (–b – d) / 2a
    else
    لا يوجد
    step4 ؛ اطبع “x1 و x2”

  54. احمد فتحى احمد محمد بدر

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  55. Gehad hassan ibrahim elkhabiry

    ➡️Step1
    ؛ المدخلات a ، b ، c
    Step2
    ؛ d = sqrt (b ^ 2-4ac)
    Step3
    ؛ إذا (d. ^ 0)
    ثم
    × 1 = (- b + d) / 2a
    x2 = (-bd) / 2a
    آخر
    لا جذور حقيقية
    Step4
    ؛ printx1 و x2⬅️
    .
    .
    جهاد حسن ابراهيم محمد الخبيري
    * Sec 9 *
    * Group 2 *

  56. Fareda hazem mostafa

    ➡️1-ابدأ
    2-الإدخال a، b، c
    3-Sqrt (2b ^ – 4ac)
    4- Ifd > 0 ثم
    Root1 is (-bd) / 2a
    Root2 is (-b + d) / 2a
    5-printR1، R2
    6 -النهاية⬅️
    فريدة حازم مصطفي السيد
    سكشن ١٠
    المجموعة الثانية

  57. Nehal kamel lotfy

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

  58. محمد عمرو محمد السيد

    step1; input a,b,c
    step2; d = sqrt ( b^2-4ac )
    step3; if (d>0)
    then
    x1 = (–b + d)/2a
    x2 = (–b – d)/2a
    else
    no there
    step4; print “x1 and x2”

  59. هبة محمود محمد ابراهيم

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2.

    NAME: Heba Mahmoud mohamed Elbody.
    LEVEL Zero.

  60. اسلام فتحي محمد بدر

    Step1 ; input a,b,c
    Step2 ; d= sqrt (b^2-4ac)
    Step3 ; if (d>0)
    then
    X1=(-b+d)/2a
    X2=(-b-d)/2a
    else
    No real roots
    Step4; “X1 and X2”

  61. احمد جمعه

    Step1;input a,b,c
    Step2; d=sqrt (b^2-4ac)
    Step3;if (d.^0)
    then
    ×1=(-b+d)/2a
    x2=( -b-d)/2a
    else
    no real roots
    Step4;printx1 and x2

Leave a Reply

Your email address will not be published. Required fields are marked *

  Posts

1 3 4
November 4th, 2018

Quiz 1

من هو المالك الحقيقي للانترنت ؟ وماهي مراحل تطوير شبكة الانترنت ؟

November 4th, 2018

Lecture 1 what is the internet ?

تاريخ الإنترنت ظهرت فكرة الشبكة الحاسوبية للمرة الأولى خلال المرحلة البدائية من تطوير شبكة الاتصالات، حيث تكمن أهميتها في إتاحة […]

October 28th, 2018

Lecture 5 Computers Have Changed the World

The progress in Computer Science education, digital skills and opportunities that flow computing innovation in machine learning. Here are some […]

October 28th, 2018

Python examples

1- Write Python Program to Print Hello world! https://www.programiz.com/python-programming/examples/hello-world 2- Write Python Program to Add Two Numbers https://www.programiz.com/python-programming/examples/add-number 3- Write Python Program […]

October 24th, 2018

Lecture 3 & 4 ( Understanding Computer Systems)

operating system (OS) manages all of the software and hardware on the computer. Most of the time, there are several different computer programs running at […]

October 24th, 2018

Computer skills quiz 2

Click here
October 18th, 2018

Download Python

 السلام  عليكم ان شاء الله ده اللينك اللي تقدر تحمل من عليه برنامج البايثون بما يناسب نظام التشغيل الخاص بك […]

October 14th, 2018

Report ( python keyword-list )

يرجي تلخيص المحتوي الموجود في هذا اللينك التلخيص يكون بخط اليد https://www.programiz.com/python-programming/keyword-list

October 13th, 2018

Lecture 1& 2 final (Introduction to Computer Technology)

Computer A computer is an electronic device, operating under the control of instructions stored in its own memory that can […]

October 7th, 2018

ظاهرة التوحد

لوحظ مؤخرا أن التوحد  أثار جدل الكثير من العلماء والباحثين لكونه أصبح من أعقد الاضطرابات النمائية إلي الآن . بناءا علي […]

October 7th, 2018

Quiz chapter 1

Click here
October 1st, 2018

العلاقات العامه (Public Relation)

العلاقات العامه (Public Relation) بإختصار تعتبر واجهة أي شركة والممثل لها ؛ كونها لسان و سمعة الشركة في كل ما […]

September 30th, 2018

Lecture 2 Introduction to Computer Technology

Software Software is a generic term for organized collections of computer data and instructions, often broken into two major categories: […]

September 30th, 2018

نظام الساعات المعتمدة

لأى حد هيدرس بنظام الساعات المعتمدة Credit hours وال مش فاهمين النظام ولا ايه ال GPA وعاوز يفهم ايه النظام […]

September 28th, 2018

Quiz 1

What basic tools do you need to start programming? What command would you use for the following in bash (CLI)? […]

September 28th, 2018

Lecture 1 Introduction to Programming

Introduction to Programming If you work in a software development company as a non-programmer, you may wonder what the programmers […]

September 27th, 2018

  (interview مقابله عمل )  اجتماع بين شخص او اكثر يمثل المؤسسة او الشركة اللي عندها استعداد تعين حد ان […]

September 25th, 2018

How Computer and Information System Change our Life?

How Computer and Information System Change our Life?   write your answer in comment including your name (Arabic) (اكتب إجابتك […]

September 24th, 2018

Embedded systemالأنظمة المدمجة

(Embedded systemالأنظمة المدمجة) عبارة عن كمبيوتر صغير معمول عشان ينفذ تاسك واحده او مجموعة تاسكات الفرق ما بين embedded system […]

September 24th, 2018

هل هناك فرق بين الهندسه الكهربيه والهندسه الالكترونيه ؟

اولًا للاجابه عن السؤال هنعرف تعريف كلًا منهم .. اما عن الهندسة الكهربائية فهي أحد فروع علم الهندسة، والذي يختص […]

September 19th, 2018

quiz

Welcome to your Computer Skills Quiz 1 Your Name ID Your Mobile Email A computer is an electronic device ? [...]
September 19th, 2018

Lecture 1 Introduction to Computer Technology

Introduction to Computer Technology what is engineering ? course plan !  Functionalities of a Computer Computer Components Input Devices &  Output […]