ソースを参照

README-en.md edited online with Bitbucket

コミット
00497f24c8
共有1 個のファイルを変更した1 個の追加5 個の削除を含む
  1. 1
    5
      README-en.md

+ 1
- 5
README-en.md ファイルの表示

@@ -151,11 +151,7 @@ In this exercise you will implement the quadratic formula to complete a game in
151 151
 
152 152
     ---
153 153
 
154
-5. To play, the frog should leap from one leaf to another. Note that the leaves have values for $$x_1$$ and $$x_2$$. These values represent the intersects of the parabola with the $$x$$-axis. You should input the values for the coefficients $$a, b, c$$ of the quadratic equation so that its graph that is a parabola that opens down and intersects the $$x$$-axis in the values $$x_1, x_2$$ shown in the leaves. You can obtain these values noting that
155
-
156
- $$a x^2 + b x + c = a(x-x_1)(x-x_2),$$
157
-
158
- as in the explanation above. 
154
+5. To play, the frog should leap from one leaf to another. Note that the leaves have values for $$x_1$$ and $$x_2$$. These values represent the intersects of the parabola with the $$x$$-axis. You should input the values for the coefficients $$a, b, c$$ of the quadratic equation so that its graph that is a parabola that opens down and intersects the $$x$$-axis in the values $$x_1, x_2$$ shown in the leaves. You can obtain these values noting that $$a x^2 + b x + c = a(x-x_1)(x-x_2),$$ as in the explanation above. 
159 155
 
160 156
 
161 157