Share Pastebin
Guest
Public paste!

PPP_

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.41 KB | Hits: 37 | Expires: Never
Copy text to clipboard
  1. 8 LOG-5 (x+2-6) = LOG-5 (x+2+1) (el libro me dice que es igual a 3)
  2.  
  3. Yo lo desarrollé así...
  4.  
  5. Propiedad : x lOG-a B
  6. log-5 (x+2-6)^8  = Log-5 (x+2+1)
  7.  
  8. log-5 (x+2-6)^8 - Log-5 (x+2+1) = 0 (aplicando la propiedad de la resta de logaritmos con bases iguales, los argumentos se dividen.
  9.  
  10. Log-5 {[(x+2-6)^8] / (x+2+1)}
  11.  
  12. entonces se resuelve la división
  13.  
  14. [(x+2-6)^8] / (x+2+1) ???... ¿Hasta ahí voy bien?