adityasihag commited on
Commit
eae55e0
·
verified ·
1 Parent(s): 8ce8ccf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -110,12 +110,11 @@ print(output)
110
 
111
  ##### Sample Input:
112
  ```
113
- Question: Solve the linear equations. $3(x+2)-x=x + 9$. Find the value of x.
114
  ```
115
 
116
  ##### Model Output:
117
  ```
118
- Answer: Let's think step by step.
119
  To solve the linear equation $3(x+2)-x=x + 9$, we first distribute the 3 to the terms inside the parentheses:
120
  $3x + 6 - x = x + 9$
121
  Now, we combine like terms:
 
110
 
111
  ##### Sample Input:
112
  ```
113
+ Question: Solve the linear equations. $3(x+2)-x=x + 9$. Find the value of x. \n Answer: Let's think step by step.
114
  ```
115
 
116
  ##### Model Output:
117
  ```
 
118
  To solve the linear equation $3(x+2)-x=x + 9$, we first distribute the 3 to the terms inside the parentheses:
119
  $3x + 6 - x = x + 9$
120
  Now, we combine like terms: