Rei volunteers to bring origami swans and giraffes to sell at a charity crafts fair. It takes her three minutes to make a swan and six minutes to make a giraffe. She plans to sell the swans for $\$4$ dollars each and the giraffes for $\$6$ each. If she only has $16$ pieces of origami paper and can’t spend more than one hour folding, use a geometric approach to find how many of each animal should Rei make to maximize the charity’s profit?
So far, I have:
s: $\#$ of swans
g: $\#$ of giraffe
p: profit, p= 4s+6g
Constraints:
time it takes to make origami (in minutes): 3s+6g $ \leq$ 60
paper: s+g=16
Number of swans: s $\geq$ 0
Number of giraffes: g $\geq$ 0
After this I am unsure as to where to go. We are instructed that we are to use LINGO, but I am unsure how to use the program nor has the teacher taught us, any help is appreciated and thank you.