C coder1 Senior member Jul 29, 2000 433 0 0 May 29, 2003 #1 simplify sqr(24^3y) -------------- sqr(3xy) I'm way off on this one. Can someone break it down?
JetBlack69 Diamond Member Sep 16, 2001 4,580 1 0 May 29, 2003 #3 Originally posted by: TheEvil1 42 Click to expand...
M Muzzan Member Apr 15, 2003 169 0 0 May 29, 2003 #5 sqrt(24^3 * y) / sqrt(3xy) = sqrt(13824y) / sqrt(3xy) = sqrt(13824y / 3xy) = sqrt(13824 / 3x) = sqrt(4608 / x) ?
sqrt(24^3 * y) / sqrt(3xy) = sqrt(13824y) / sqrt(3xy) = sqrt(13824y / 3xy) = sqrt(13824 / 3x) = sqrt(4608 / x) ?
C coder1 Senior member Jul 29, 2000 433 0 0 May 29, 2003 #6 the more I look at the equation in the book, the more I think they put it together wrong. Thanks for eveyones response.
the more I look at the equation in the book, the more I think they put it together wrong. Thanks for eveyones response.