document.write( "Question 330427: number of pounds in z ounces\r
\n" );
document.write( "\n" );
document.write( "Write an expression for each quantity \n" );
document.write( "
Algebra.Com's Answer #236864 by neatmath(302)![]() ![]() You can put this solution on YOUR website! Let p=number of pounds \r \n" ); document.write( "\n" ); document.write( "Let z=number of ounces \r \n" ); document.write( "\n" ); document.write( "We know that there are 16 ounces in 1 pound, thus: \r \n" ); document.write( "\n" ); document.write( "p=z/16 \r \n" ); document.write( "\n" ); document.write( "Alternatively, \r \n" ); document.write( "\n" ); document.write( "z=16*p \r \n" ); document.write( "\n" ); document.write( "Let's check this to see that it works: \r \n" ); document.write( "\n" ); document.write( "Let's say that my number of ounces, z, is 128 \r \n" ); document.write( "\n" ); document.write( "Plugging 128 in for z in the first equation, we get: \r \n" ); document.write( "\n" ); document.write( "p=z/16 or p=128/16 \r \n" ); document.write( "\n" ); document.write( "p=8 pounds in 128 ounces. \r \n" ); document.write( "\n" ); document.write( "Sounds right! I hope this helps! :) \n" ); document.write( " |