document.write( "Question 1036594: suppose you buy four buckets of apples and five buckets of peaches for $64. if you bought eight buckets of apples and three buckets of peaches, you would of spent $72. how much is one bucket of apples(a), and one bucket of peaches (p)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #651277 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let a=apples, p=peaches; \n" ); document.write( "4a+5p=64 \n" ); document.write( "8a+3p=72 \n" ); document.write( "----------- \n" ); document.write( "8a+10p=128 \n" ); document.write( "8a+3p=72 \n" ); document.write( "7p=56 \n" ); document.write( "p=8 \n" ); document.write( "Peaches cost $8/bucket, apples cost $6/bucket!!!!!!!!!!!!!!!! \n" ); document.write( " |