Question 1104987
x small vases
y large vases
x and y must be whole numbers.
Neither x or y is allowed to be more than 300.
300 roses
8 roses per vase, small
12 roses per vase, large


{{{system(x/y=2,x>=6,y<=12,8x+12y=300)}}}


Only analyzed and wrote algebraic statements, but did not solve.


{{{system(2x+3y=75,x=2y,x>=6,y<=12)}}}


Simple way is start with x at 6, solve for y, and increment x upward by 1 and repeat solve for y.  Take the solutions that work.