Question 771357
<pre>{{{(matrix(7,1,

Value, of, a, quarter, which, is, "$0.25"))}}}{{{""TIMES""}}}{{{(matrix(7,1,

The, number, of, quarters, which, is, q))}}}  {{{""PLUS""}}}  {{{(matrix(7,1,

Value, of, a, penny, which, is, "$0.01"))}}}{{{""TIMES""}}}{{{(matrix(7,1,

The, number, of, pennies, which, is, p))}}}   {{{matrix(6,1,

is, greater, than, or, equal, to)}}}   {{{"$60.00"}}}

                  $0.25q + $0.01p &#8807; $60.00

or if you like, you can multiply through by 100 and remove 
the dollar marks:

                          25q + p &#8807; 6000

Edwin</pre>