Risposta:
# (2x + 9) / ((x + 4) (x + 5)) #
Spiegazione:
Iniziare:
# 1 / (x + 5) + 1 / (x + 4) #
#color (rosso) ((x + 4) / (x + 4)) * 1 / (x + 5) # +#color (blu) ((x + 5) / (x + 5)) * 1 / (x + 4) # #=>#moltiplicare per LCD
# (X + 4 + x + 5) / ((x + 4) (x + 5)) # #=>#Moltiplicare
# (2x + 9) / ((x + 4) (x + 5)) # #=># combinati come termini
Completato