Sage problems#2

110 days ago by betancourtsa

factor (10989) 
       
3^3 * 11 * 37
3^3 * 11 * 37
factor (12177) 
       
3^3 * 11 * 41
3^3 * 11 * 41
10989/12177 
       
37/41
37/41
g(x)=abs (x-3)+3 
       
g(-1) 
       
7
7
solve ([abs(x-3)+3>=5],x) 
       
#0: solve_rat_ineq(ineq=abs(x-3)+3 >= 5)
[[x == 5], [x == 1], [5 < x], [x < 1]]
#0: solve_rat_ineq(ineq=abs(x-3)+3 >= 5)
[[x == 5], [x == 1], [5 < x], [x < 1]]