Skip to content

Commit 37b07d2

Browse files
committed
Fix bug 4685
1 parent 6aeec8b commit 37b07d2

File tree

6 files changed

+8
-16
lines changed

6 files changed

+8
-16
lines changed

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing20.pg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ $BCENTER
288288
\(
289289
\begin{aligned}
290290
$func2 &= $right \\
291-
$func2 \mathbf{$output1} &= $right \mathbf{$output1} \\
292-
$output2
291+
$func2 \mathbf{$output1} &= $right \mathbf{$output1} \\ $output2
293292
y &= $func3
294293
\end{aligned}
295294
\)

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing30.pg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ $PAR
321321
\[
322322
\begin{aligned}
323323
$func0 &= $right0 \\
324-
$func0 \mathbf{$output01} &= $right0 \mathbf{$output01} \\
325-
$output02
324+
$func0 \mathbf{$output01} &= $right0 \mathbf{$output01} \\ $output02
326325
y &= $func0si
327326
\end{aligned}
328327
\]
@@ -332,8 +331,7 @@ $PAR
332331
\[
333332
\begin{aligned}
334333
$func1 &= $right1 \\
335-
$func1 \mathbf{$output11} &= $right1 \mathbf{$output11} \\
336-
$output12
334+
$func1 \mathbf{$output11} &= $right1 \mathbf{$output11} \\ $output12
337335
y &= $func1si
338336
\end{aligned}
339337
\]

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing50.pg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ $PAR
288288
\[
289289
\begin{aligned}
290290
$func0 &= $right \\
291-
$func0 \mathbf{$output1} &= $right \mathbf{$output1} \\
292-
$output2
291+
$func0 \mathbf{$output1} &= $right \mathbf{$output1} \\ $output2
293292
y &= $func1
294293
\end{aligned}
295294
\]

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing60.pg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ $PAR
297297
\[
298298
\begin{aligned}
299299
$func1 &= $right \\
300-
$func1 \mathbf{$output1} &= $right \mathbf{$output1} \\
301-
$output2
300+
$func1 \mathbf{$output1} &= $right \mathbf{$output1} \\ $output2
302301
y &= $func2
303302
\end{aligned}
304303
\]

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing70.pg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ Here is how to rewrite the first equation in slope-intercept form:
333333
$PAR
334334
\[\begin{aligned}
335335
$func0 &= $right0 \\
336-
$func0 \mathbf{$output01} &= $right0 \mathbf{$output01} \\
337-
$output02
336+
$func0 \mathbf{$output01} &= $right0 \mathbf{$output01} \\ $output02
338337
y &= $func0si
339338
\end{aligned}
340339
\]
@@ -343,8 +342,7 @@ Here is how to rewrite the second equation in slope-intercept form:
343342
$PAR
344343
\[\begin{aligned}
345344
$func1 &= $right1 \\
346-
$func1 \mathbf{$output11} &= $right1 \mathbf{$output11} \\
347-
$output12
345+
$func1 \mathbf{$output11} &= $right1 \mathbf{$output11} \\ $output12
348346
y &= $func1si
349347
\end{aligned}
350348
\]

OpenProblemLibrary/PCC/BasicAlgebra/SystemsOfLinearEquations/SolveSystemByGraphing80.pg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ $PAR
305305
\[
306306
\begin{aligned}
307307
$func1 &= $right \\
308-
$func1 \mathbf{$output1} &= $right \mathbf{$output1} \\
309-
$output2
308+
$func1 \mathbf{$output1} &= $right \mathbf{$output1} \\ $output2
310309
y &= $func2
311310
\end{aligned}
312311
\]

0 commit comments

Comments
 (0)