瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 9 年之前
父節點
當前提交
00497f24c8
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. 1
    5
      README-en.md

+ 1
- 5
README-en.md 查看文件

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