A. If B, C and D are four points in order on a straight line, and AC = 10, BD = 8, then the value of AB * CD + BC * ad is equal to____ .

A. If B, C and D are four points in order on a straight line, and AC = 10, BD = 8, then the value of AB * CD + BC * ad is equal to____ .


AB*CD+BC*AD=AB*CD+BC(AB+BD)
=AB*CD+BC*AB+BC*BD
=AB(CD+BC)+BC*BD
=AB*DB+BC*BD
=BD(AB+BC)
=BD*AC=80



What is the sign of positive real numbers?


The R + plus sign is written at the top right of R



How is real number coding realized?


The computer stores the complement code, that is, the number is converted into binary code, the sign bit is positive for 0, negative for 1; then the binary code is inversed (except the sign bit, each 0 becomes 1, 1 becomes 0); and then the complement code of the original number is obtained by adding 1 to the inverse code. The computer stores the complement code. For real numbers, the scientific counting method is adopted