document.write( "Question 1172067: Ike sells grapes at a farmers market. Each pound of grapes sells for the same amount. The table below shows the total prices for different numbers of pounds of grapes sold.\r
\n" );
document.write( "\n" );
document.write( " Number of Pounds Sold
\n" );
document.write( " 2
\n" );
document.write( " 4
\n" );
document.write( " 10
\n" );
document.write( " Total
\n" );
document.write( " Price ($)
\n" );
document.write( "
\n" );
document.write( " $4.50
\n" );
document.write( " $9.00
\n" );
document.write( " $22.50\r
\n" );
document.write( "\n" );
document.write( " A. In equation form describe the relationship between the number of pounds of grapes sold(x) and the total price (y), in dollars. \n" );
document.write( "
Algebra.Com's Answer #796987 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Set it up as an ordered pair \n" ); document.write( "(2, 4.50) \n" ); document.write( "(4, 9) \n" ); document.write( "(10, 22.50) \n" ); document.write( "The slope is 4.50/2 or 2.25 \n" ); document.write( "slope-intercept form is y-y1=m(x-x1), m slope, (x1, y1) a point \n" ); document.write( "so y-9=2.25(x-4) \n" ); document.write( "y=2.25x \n" ); document.write( "no constant. \n" ); document.write( "each pound of grape is $2.25. \n" ); document.write( "- \n" ); document.write( "Can also be done by inspection. 10 pounds-22.50 is $2.25 per pound. \n" ); document.write( "2 pounds for $4.50 is the same. \n" ); document.write( " |