Teachers! Make this!
Use the INPUT LINE and enter these one at a time.
b = RandomElement[ {1, 2, 3} ]
c = RandomElement[ {1, 2, 3, 4, 5, 6, 7, 8} ]
Simplify[ (b x)^3 - c^3 ] (this is what you will factor)
show = true
Factor[ f(x) ] (this is the answer, factored completely! Set “Condition to Show Object” to show)
Add two BUTTONS: New Problem and Check Factors
script for New Problem button
UpdateConstruction[]
show:false
script for Check Factors button
show:true