Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189964 views
ubuntu2004
var('x')
x
solve(x+x+2+x+4==222,x)
[x == 72]
solve(x+x+2+x+4==666,x)
[x == 220]
solve(x+x+2+x+4==10374,x)
[x == 3456]