T then V
There are five letters between B and H, four between that and M, then three, then two...
Chat with our AI personalities
Lxi h,xx50 mov a,m inx h mov b,m mvi ,ffh inr c sub b jnc xx08 add b inx h mov m,c inx h mov m,a hlt
what comes next I S W M L E S
M and N
you use mx+b m is slope. m always has to be next to x b is y intercept
finding the equation of a line of (-1,2) and (1,2): formula: y=mx+b m = slope b = y intercept first find m: m=(y2-y1)/(x2-x1) so, m=(2-2)/ (1- -1) m=0 since you now know m you can plug that in to the formula: y=0x+b to get b: plug in the coordinates (either (-1,2) or (1,2)), it comes out the same (-1,2). y=mx+b or 2=0 × -1+b, ==>solving for b: b=2-(0)(-1). b=2 (1,2). y=mx+b or 2=0 × 1+b, ==>solving for b: b=2-(0)(1). b=2 you now know that m=0 and b=2, now plug that back in the equation to get: y=mx+b y=0x+2 y+2 It's confusing, but it works!