document.write( "Question 99101: PLEASE HELP ME SOLVE THS PROBLEM
\n" );
document.write( " IF THE TOTAL COST OF X APPLES IS B CENTS, WHAT IS A GENERAL FORMULA FOR THE COSTS, IN CENTS, OF Y APPLES? \n" );
document.write( "
Algebra.Com's Answer #72112 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! IF THE TOTAL COST OF X APPLES IS B CENTS, WHAT IS A GENERAL FORMULA FOR THE COSTS, IN CENTS, OF Y APPLES? \n" ); document.write( "---------------------- \n" ); document.write( "Each apple cost x/b cents \n" ); document.write( "So y apples will cost y(x/b) cents. \n" ); document.write( "------------------------------- \n" ); document.write( "You could also do this with a proportion: \n" ); document.write( "Let \"c\" be the cost of y apples. \n" ); document.write( "c/y = x/b \n" ); document.write( "Multiply both sides by y to get: \n" ); document.write( "c = y(x/b) cents \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |