document.write( "Question 317683: If the total cost of x apples is b cents, what is a general formula for the cost, in cents,
\n" );
document.write( "of y apples?
\n" );
document.write( "A. b/xy
\n" );
document.write( "B. x/by
\n" );
document.write( "C. xy/b
\n" );
document.write( "D. by/x
\n" );
document.write( "E. bx/y \n" );
document.write( "
Algebra.Com's Answer #227509 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x apples b cents \n" ); document.write( "y apples = b*y /x \n" ); document.write( "=by/x \n" ); document.write( " |